Top 20 Apps Similar to C & C++ in Khmer Lesson

C4droid - C/C++ compiler & IDE
n0n3m4
C4droid is a user-friendly (but powerful)C/C++IDE + C/C++ compiler for Android.Basic features:- Offline C compiler: create your own applications on Androiddeviceand run them even without Internet access- Source code editor with syntax highlighting, tabs,codecompletion, code formatting, file association andundo/redo- Export&share your programs as APKs or native executables(forterminal apps)- No root required (but C4droid can use it for your programs ifyouwant)- Full ANSI C and ISO C99 support with TCC (Tiny C Compiler)+uClibc- Git integration- Customizable GUI, choose where to place tabs and buttonsbyyourself, themes are also supported.More features with a free GCC plugin:- Fully-functional C++ compiler, almost complete C++11 supportwithGCC compiler- NativeActivity, Qt, SDL and SDL2 support for GUI- Debugger with breakpoints and watches- Makefile support: use the same build scripts as on yourPC(BusyBox is included)- Semi-automatic open-source library porting feature forenhancedprogramming & educationC4droid is designed to be user-friendy out-of-the-box, butnothingis perfect, so here are some answers for questions thatcanappear:How to install C++ support?C4droid will ask you to install C++ support at first startupandwill configure itself in semi-automatic mode.If you want to do that manually, you need:0) Enough internal memory OR root rights. C4droid does notrequireroot rights for devices with more than 50MB of freeinternalmemory.1) Install GCC plugin (C4droid will ask you to install it).2) Select G++ compiler in C4droid preferences.3*) Add "using namespace std;" to your program(before int main),useiostream, not iostream.hNote that if you want to use C4droid as a C compiler, it isbetterto select GCC, not G++.How to use SDL, SDL2, NativeActivity and Qt insingle-filemode?Just install SDL plugin and select G++ compiler inC4droidpreferences.Note that C4droid chooses app mode using a very simple sourcecodeanalysis:SDL is detected with #include "SDL.h", SDL2 is detectedwith#include "SDL2/SDL.h", NativeActivity is detected with#include"android_native_app_glue.h", Qt is detected with#include"QApplication"If you are compiling a single-file Qt app, you must add#include"yoursourcefilenamewithcpp.moc" to the end of source codefilealso.How to use Makefiles, multifile projects, etc?Long-click compile button (or select "compilation settings"ifbuttons are hidden/moved) and configure current directory tousethe mode you want.Note that C4droid will create .c4droid configuration file whenyouwill press Ok. Some modes (like makefile) require to enterresultexecutable file name, don't forget to do that.After doing that all use compile and run buttons to build andrunyour app as regular.How to build and install libraries?Almost the same way as regular Makefile building except forthatmost probably some patching may be required.Currently tested libraries are gmp(internalmemoryonly),mpfr,mpc,libxml2,neon,sqlite,SDL_gfx(--disable-mmxrequired).Which gestures/keyboard shortcuts does C4droid support?Long-click gestures:New button: delete current file.Save button: save as.Open button: recent files.Run button: run with arguments.Compile button: configure current directory.Tab: close tab.Keyboard shortcuts:Ctrl-C, Ctrl-V, Ctrl-X for Copy, Paste and CutCtrl-S, Ctrl-O for Save/OpenCtrl-Z, Ctrl-Y for Undo/Redo.Ctrl-L for "go to Line"Ctrl-F for FindCtrl-A for select AllCtrl-B for Build/compileCtrl-R for RunCtrl-Space/Ctrl-D for autocompletion (Ctrl-Space may be reservedbyAndroid)Report bugs at [email protected] stands for "c for android" (or "c++ for android").C4droid is not an online compiler, so it uses real binaries.Some binaries in APK are licensed under (L)GPL, email me forthesource code (Tiny C compiler, GCC, BusyBox, etc.)Android is a trademark of Google Inc.Qt is a registered trademark of Digia.
C++ Essentials Pro 1.0
Welcome to the online mobile C++ tutorial!Thepurpose of this tutorial is to give a good understanding oftheprogramming language C++ to any person that wants it.So what is C++? Why are so many programs written in C++?C++ is a third generation programming language. Whencomputerswere first invented, they were programmed with verysimple,low-level commands. A programmer would design a program,thentranslate the program into a specific set of codes, knownasmachine language. These codes would be fed into a computerwithswitches, punch-cards, or primitive keypads. These programswerecumbersome to write, and very hard to debug. (Debugging is theactof removing mistakes in a program.) Machine code is consideredthefirst generation of programming languages.This application helps the user to get basic knowledge aboutC++language. It provides six chapter namely:*Computer Hardware*Programs: Instructions in the Computer*Operating Systems*Why have high-level languages?*C++ development environment*Sequence (PDF of chapter)*Iteration (PDF of chapter)*Selection (PDF of chapter)*Simple use of files*Functions*Arrays*Programs with functions and arrays*Standard algorithms*Tools*Design and documentation*Enum, Struct, and Union*Examples using structs*Bits and pieces*Beginners' Class*Dynamic data and pointers*Collections of data*A World of Interacting Objects*Intermediate class*Two more - trees*Templates*Exceptions*Example: Supermarket*Design and documentation: 2*The Power of Inheritance and Polymorphism*Reusable designs*Frameworks for understandingIt cover major part of C++ programming language and also itwillvery useful for the fresher as well as for Job seekersforinterview.C++ is a statically typed, free-form, multi-paradigm,compiled,general-purpose programming language. It is regarded asanintermediate-level language, as it comprises a combination ofbothhigh-level and low-level language features. It was developedbyBjarne Stroustrup starting in 1979 at Bell Labs as anenhancementto the C language. Originally named C with Classes, thelanguagewas renamed C++ in 1983, as a pun involving theincrementoperator.C++ is one of the most popular programming languageswithapplication domains including systems software,applicationsoftware, device drivers, embedded software,high-performanceserver and client applications, and entertainmentsoftware such asvideo games. Several groups provide both free andproprietary C++compiler software, including the GNU Project,Microsoft, Intel andEmbarcadero Technologies. C++ has greatlyinfluenced many otherpopular programming languages, most notably C#and Java.C++ is also used for hardware design, where the design isinitiallydescribed in C++, then analyzed, architecturallyconstrained, andscheduled to create a register-transfer levelhardware descriptionlanguage via high-level synthesis.The language began as enhancements to C, first adding classes,thenvirtual functions, operator overloading, multipleinheritance,templates, and exception handling among other features.After yearsof development, the C++ programming language standardwas ratifiedin 1998 as ISO/IEC 14882:1998. The standard was amendedby the 2003technical corrigendum, ISO/IEC 14882:2003. The currentstandardextending C++ with new features was ratified and publishedby ISOin September 2011 as ISO/IEC 14882:2011 (informally knownasC++11).Note: This free app is ad supported and may contain ads inthenotification tray and/or home screen.Keywords: polymorphism, oops concept, C++, Cpp,programming,language, pointer, coding, interview, functions,
C++ Pattern Programs Pro 9.2
650+ C++ pattern programs, 250+ other programs, Learn C++,Videotutorials.
Learn C++ 4.2.21
Learn C++ Programming with programming lessons, tutorials,programs& more
C++ Compiler IDE 22
C++ Compiler IDE is simple C++ IDE focused onlearningprogramminglanguages. Features: * smart syntax highlighting* undo* redo *note * input syntax Example : using namespacestd;#include”iostream“ void main(){ cout<<"Hello world!"; }
C++ Examples 1.5
C++ Programs for students and beginners.
Master In C++ (Learn C++) 5.6.0
Thiyagaraaj M
★ Master In C++ ⋙ is a pretty app for all C++ and OOPS Concepts★
Learn PHP 4.7.1
Sololearn
We're moving to our new free All-in-One app! Getithere:https://play.google.com/store/apps/details?id=com.sololearnLearnPHPin a greatly improved learning environment with morelessons,realpractice opportunity, and community support. Learn PHPisfinallyavailable! Continue your FREE SoloLearn webdevelopmenttrainingtoday, by learning the most widely used webprogramminglanguage inthe world! PHP enables you to create dynamicweb pages,developwebsites, and generate dynamic content. You’llalso be ableto openfiles; write content to files; and createcontact forms,forums,blogs, picture galleries, surveys, socialnetworks, and awhole lotmore. If you are already familiar withHTML, CSS, andJavaScript, youcan dive right in! Become aprogrammer the easyway! And don’t forgetto have fun, and at thesame time strengthenyour profile, unlock newachievements, and opennew and even moreinteractive levels – today!Continue learningwhile playing withSoloLearn!
C++ Pattern Programs 9.3
650+ C++ pattern programs, 250+ other programs, Learn C++,Videotutorials.
Learn C Programming 4.2.21
Learn C Programming with programming lessons, tutorials,programs& more
C++ Programming 1.0
#1 Application for C++ Programming.C++ programming is pretty app for all C++ andOOPSConcepts,Optimizing C++, C++ Programs and C++ Annotations.C++programmingis very easy and C++ programming is good forbeginnersto learnbasic as well as advanced C++ programming.C++ programming app can also be used for studying duringexamsaswell as for interview questions. Master in C++programming.Features of C++ programming :★ Chapter wise complete C++ Tutorials★ Programs with comments for betterunderstanding(140programs)★ Output for each program★ Categorized Questions and Answers★ Important Exam Questions★ Very simple User Interface★ One click share (Tutorials and Programs)500 plus C++ Programs:- C++ Simple C++ Programs- C++ Basic Programs- Program Flow C++ Programs- Functions C++ Programs- Arrays C++ Programs- Formatted IO and File IO C++ Programs- Pointers C++ Programs- References C++ Programs- Structure C++ Programs- Class and object C++ Programs- Inheritance C++ Programs- Polymorphism C++ Programs- And many more...You cannot run or execute programs with this app. Theoutputisalready tested and displayed for your reference. ThankYouforunderstanding.
Codebook C,C++,Java,DBMS,DS,CN 1.1.6
Rachit
Welcome to Codebook ,your one stop technical destination forthemostpopular areas of the software industry's interviews.Codebookis yourone touch solution to interview preparations,Labpracticalscompletion etc. First things First: Codebook is andwillalways befree for you all. The Motive of this application istoprovide handydata for your interview preparations. Codebook isamini guide toyour interview preparation as well as lastminuterevisions. Codebookis crafted in such a way that it providesallthe necessary interviewquestions (THEORY and PROGRAMS) at thesameplace. These programshave been compiled and executed onvariousplatforms as follows.C&C++,DS : Dev-C++ , version 5.6.2Java :NetBeans IDE , version7.3.1 SQL : MySql WorkBench 6.1 CEFeatures:1) Contains programs andthe theory questions from thefour mostpopular technical categories(C&C++/Java/DS/DBMS/CN)ofSoftware industry. 2) COPY ONCLIPBOARD You can long press onthecode to copy and paste itdirectly on any editor.We know thevalueof last minute lab practicalprograms.;-) 3) SEARCH You cansearchthe required data from thewhole list using the Search Tab ontheheader of the application. 4)BOOKMARK Need to mark someimportantquestions for interviewrevision?? CodeBook allows you todo so.Just tap on the little starat the end of important questionsandVOILA!! you just bookmarkedthem. You can find yourbookmarkedquestions in My World tab fromside panel. 4) REQUEST FORCODECan't find the desired program??? Youcan request for thedesiredcode by clicking the REQUEST PROGRAM tabin the Contact Uscorner.5) SHARE IT You can click on the "SHARE"option (shareimageavailable on each page after the output) forevery program toshareit with your friends on bluetooth /socialplatforms. 6)EASYNAVIGATION You can easily navigateamongvarioussections(C/C++,Java,Data Structures,DBMS) by using theslidebar.7) Content and colour is managed to give you a neat layoutfortheprograms and their respective outputs. We would love tohaveyourfeedback.
C Programming 3.2
SNJ
C Programming Language tutorial app with collection of programs.
Learn Java 4.2.21
Learn Java Programming with programming lessons, tutorials,programs& more
C++ Programming 1.0.5
Notes,quiz,blog and videos of C++ Programming for computerscienceengineering.
C++ SuperCoder 1.3
The best Application for C++. No need to carry written materialsforC++..
C++ QuestionBank 1.0
CyberJo
Practice your knowledge in C++ by solving multiple choicequestions.Questions are given for C++ beginners starting fromintroduction toArrays. Answers are provided for each question.
C++ Interview Questions 1.2.1
Lakeba
This is a collection of C++interviewquestions.Useful for who learn C++ programming languageand alsofor peoplepreparing for technical interviews.Features:Contains Concept related questions as wellasProgrammaticproblems.Simple to use.Share interesting questions with others.Move to a specific question number.Save to sdcard option.Send feedback i.e bug report or suggest anapplication/featurewithinthe application.
GeeksforGeeks - Learn To Code 10.0.3.04
GeeksforGeeks
Learn Data Structures Algorithms, C Programming, C++, Java,Python,JS, Aptitude
C,C++ Questions,Puzzles 1.0.3
Sree Apps
700+ C,C++Basics,InterviewQuestions,Puzzles.Must have app for allStudents,Job Seekersinterested in IT,Software Jobs.Categories covered are..C,C++ BasicsC,C++ Objective Question AnswersC,C++ Puzzles,TeasersInstall the app and you find it useful for your Career preparation.Keywords: C,C++,C plus,C interview questions,C puzzles,Cbasics,C++ interview questions, C++ puzzles, C++ basics,C language,C++language