Top 38 Apps Similar to GCC plugin for C4droid C++ IDE

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.
CppDroid - C/C++ IDE
Anton Smirnov
CppDroid is simple C/C++ IDE focusedonlearning programming languages and libraries.Features:* code complete ** real-time diagnostics (warnings and errors) and fixes ** file and tutorial navigator (variables, methods, etc)* static analysis ** smart syntax highlighting* portrait/landscape UI* auto indentation and auto pairing (configurable)* configurable code syntax highlighting (themes) ** compile C/C++ code (no root required)* works offline (built-in compiler, no internetconnectionrequired)* great C/C++ code examples included ** detailed C++ tutorial and learn guide included ** add-ons manager and auto updates* Dropbox support ** Google Drive support *On first launch CppDroid extracts SDK (about 150Mb)anddownloads and extracts examples and tutorials, so about215Mb of internal storage space is required. It can't bemoved tosd card because of android security.Start learning C and C++ by examples (menu / Project/Examples) or tutorials (menu / Project/Tutorials).App blog:http://www.cppdroid.infoAdvanced paid features (marked with *) review:http://www.cppdroid.info/p/advanced-features.htmlSee also ArduinoDroid app:http://www.arduinodroid.info
Mobile C [ C/C++ Compiler ] 2.5.2
Learn programming ( coding ) on your mobile devices.
SDL plugin for C4droid
n0n3m4
WARNING! It's not astandaloneapplication.Make sure to use latest version of main app installed fromGooglePlay.Don't write a review if C4droid wasn't installed from Google Play-it will be ignored anyway.This plugin allows to run SDL/SDL2/NativeActivity/Qt apps.To use it, just install it, nothing more is needed.To compile programs you need GCC/G++ compiler selected (TCC isnotsupported).To download this app you must have C4droid installed (other usageisprohibited).Qt is a registered trademark of Digia.
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!"; }
Learn C++ 4.2.21
Learn C++ Programming with programming lessons, tutorials,programs& more
Dcoder, Compiler IDE :Code & P 4.0.199
Paprbit, Inc.
Dcoder compiler: a mobile coding IDE to build projects, code&learn algorithms
Learn C Programming 4.2.21
Learn C Programming with programming lessons, tutorials,programs& more
C Compiler IDE 29
C Compiler IDE is simple C IDE focused onlearningprogramminglanguages. Features: * smart syntax highlighting* undo* redo *note * input syntax Example : #include void main(){inta;printf("Enter the a Number:");scanf("%d",&a);printf("a=%d",a); }
Online Compiler:Code on Mobile 1.1.59
Compiler & Run your programs for C, Java & other21languages on your Mobile!
Learn C++ 2.8.2
Sololearn
We're moving to our new free All-in-One app! Get ithere:https://play.google.com/store/apps/details?id=com.sololearnLearnC++ in a greatly improved learning environment with morelessons,real practice opportunity, and community support. Learn C++isanother FREE programming course by SoloLearn. Whether you'vehadany prior programming experience or not, this app will helpyoulearn all you need to know in order to start creating andcompilingyour own programs. Learning with SoloLearn has proved tobe fast,effective and fun. This app will show you how easy it is tobecomea programmer. Learn C++ includes over 80 lessons split into8levels that cover basic concepts, data types, arrays,pointers,conditional statements, loops, functions, classes andobjects,inheritance & polymorphism, templates, exceptions andfiles.Unlock new levels, quizzes, collect points and compete withyourpeers around the world. Most importantly, learn while havingfunbecause engaged learning makes a difference. Good luck!
Online Compiler 3.4
Motion Apps
Online Compiler is user friendly all-in-one compiler thatsupportsC, C++, JAVA, JAVASCRIPT, PYTHON, HASKELL, PERL, PHP , C#&RUBY programming languages. It enables you to compile and runyourcode on android device. It is light-weight,easy to install anduse.It is supported by high processing power servers that do allthework so no need for high-end devices. Write programs on thego,test algorithms, explore the features of programming languageorpractice your skills. It saves you from the hassle ofinstallingbulky compilers for each programming language.HAVE FEEDBACK, QUESTIONS, OR BUG REPORTS? Please send [email protected]
PascalGUI (Pascal compiler)
n0n3m4
PascalGUI is a GUI/small-IDE forfreepascalcompiler. PascalGUI supports devices with ARM, x86 andMIPSprocessors (MIPS doesn't support graph at the moment).You can write your own applications on the Android phone, andrunthem. This app uses Freepascal compiler, so it isfull-featured.PascalGUI can be used for educational purposes or topractice inPascal language.Some binaries used by PascalGUI are GPL-licensed, you candownloadused source code of Freepascal on Freepascal SVN.(If you think that there is GPL violation in PascalGUI, email [email protected]. I'll provide to you source code fromFreepascalSVN, if you can't download it yourself)PascalGUI includes Android Terminal Emulator so you can to runyourapplication as good as you running it on your Linux PC.Quick manual:If you have found a bug or app is not working, email me.You can export result of compilation (APK or binary),long-clickcompile button for that.Long click save button to "save as", long click run to runwitharguments, long click open for recent files menu.Report bugs at [email protected] is a trademark of Google Inc.Some components of this app are licensed under (L)GPL, email metoget the source code.
Programming Hub: Learn to code 5.2.9
Coding & programming app to learn HTML, Python, Javascript,C,Cpp, Csharp, Java
Sololearn: Learn to Code 4.55.1
With just your phone, go from being an absolute beginnertoaccomplished coder.
Learn C++ Programming 2.5
SGDevelopers
This app is designed section-wise for better understanding andeasyaccess of C++ Programming Language. There are many programsand200+ MCQs are included in this app along with a large databasetestsection (different from MCQ section). This will definitely helpyoufor getting better at C++ programming language. This appcontainsfour main segments. That are, 1) Theory, 2) PracticePrograms, 3)Multiple choice questions with answers and 4) TestSegment.**Theory Segment :- In this section, the user can find allthebasic theory and information regarding C++ ProgrammingLanguage,topic-wise. This section is subdivided into varioustopicsmeticulously for better understanding of learner. Thesetopics arewell sequentially arranged for easy accesses, and theinformationis instantly retrievable, accordingly. **PracticeProgram Segment :In this section, the learner can find large numberprograms forpractice and practical understanding of the C++programminglanguage. The user is requested to type the givenprograms in theirC++ language compiler and run it and observe theoutputs.**Multiple Choice Questions (MCQ) Segment : This sectioncontains200+ multiple choice questions for the practice of thelearner withfacilities to check the correctness of the answers aswell as toobtain the correct answer to the question. **Test Segment: TheTest Segment offers a unique opportunity for the learnerstoself-evaluate themselves. The learner has been provided withanoption to choose the number (10 to 30) of questions to becoveredin the “Test”. The program selects and projects 10 to 30questions(MCQs) randomly from a large database (separate from MCQsegmentdatabase). The result of the test will be displayed in aneasilycomprehensible graphics. The app interface is quiteuser-friendly.Wherever and whenever you require any informationabout C++, youare just one tap away..... ALL THE BEST.....
C++ SuperCoder 1.3
The best Application for C++. No need to carry written materialsforC++..
C Programming - Learn Code, Theory & Discuss 3.3.5
SPDroid
C Programming Course is all in one Application to learnCProgramming Language (C Language). Included Theory with manyCPrograms with output. C Program. 📖💻 Features: ★ Fully Offlineforstudies. ★ Absolutely free. ★ Contains all basic concepts of'C'programming language (C Language). ★ Included all basic theoryofC. ★ Nearly 100+ C Programs with console outputs. ★ EasytoUnderstand each and every C Program. ★ Easy language ★InDiscussion Panel, user can ask any problem related withprogrammingand also help other user for solutions. ★ User friendlyGraphics UI(User Interface). ★ Easy to use. Easy to learn CLanguage.***************************** Developed By : ShreyasSharad PatilSPDroid -------------------------------------- ForAdsFree VersionOf This App:https://play.google.com/store/apps/details?id=com.spdroid.c.paid---------------------------------------If Found any problemsregarding app, Please Contact me byE-Mail.--------------------------------------- Learn to code! Useandlearn C Programming with thisapp.....!--------------------------------------- Contents Included★Introduction ★ Tokens ★ Constants and Variables ★ Keywords ★DataTypes ★ Variables ★ Data Input/Output ★ Operators ★DecisionControl Structure ★ Loop Control Structure ★ Array ★TwoDimensional Array (2D) ★ Function ★ Types of Functions ★RecursiveFunctions ★ String ★ Storage Classes ★ Preprocessors ★Pointers ★Array of Pointers ★ Pointer to Pointer ★ Structure ★Union ★Command Line Arguments
TurboCdroid 1.0
TurboCdroid is speciallydesignedforSchool/college students to run Turbo C++ on androidplatform.Thereare many other compilers available for C language ,but mostof thestudent use TC due to their curriculum. Moststudentsandprogrammers are disappointed to know that Turbo C or C++doesnotsupports android. So here is solution for that, with thehelpofTurboCdroid we can easily compile and run c++ programs onTurboCcompiler. TurboCdroid is design in a way that we don'tneedtoconfigure anything. No need to type complicatedmountingcommandevery time to just booting up the turbo C. It's aoneclickinstaller .Features* Easy to install.* Runs great on android phones and tablets.* Preloaded useful examples for beginners.* It also supports graphics code.
C Programming 3.2
SNJ
C Programming Language tutorial app with collection of programs.
Codenza 4.5
A Programmer's Repository.
Fiches IDE 1.6
Julie Violet
Vous pourrez y trouver des fichespratiquesconcernant les différentes UE enseignées dans lenouveauréférentiel de formation. Une aide aux révisions pour lesétudiantset une aide pour les professionnels diplômés quisouhaitentreprendre les bases ou encadrer les futurs jeunesdiplômés.L'application permet de vous donner accès à tout soncontenu demanière illimitée et sans pubs !Fonctionnalités :- Cours- Vocabulaire : Plus de 50 000 définitions (Dictionnairedel'Académie de Médecine)- Quizz- Familles de médicaments- Vocabulaire en anglais- Examens biologiques... Et plus encore !Ne nécessite aucun accès à internet.You can find factsheetson the various EU taught in the new training reference.Assistanceto revisions for students and support for graduateprofessionalswho wish to take the foundation or frame the futuregraduates. Theapplication can give you access to all content andunlimited freeads!features:- Courses- Vocabulary: More than 50 000 definitions (Dictionary oftheAcademy of Medicine)- Quiz- Drug Families- English Vocabulary- Laboratory tests... And more !Requires no internet access.
GCC C C++ Fortran Compiler Pro 1.0
gcc 4.6.0 compiler for C, C++ andFORTRAN*** Note! This app is not maintained. I have republishedthisonpopular demand. This app may not work at all on newerdevices.Onlyuse if you know what you are doing. In many cases, thisappdoesnot work.This app installs the GNU GCC Compiler to your device.Best used with Hacker's keyboard, JackpalTerminal,orDroidEdit.About:GCC, the GNU Compiler CollectionThe GNU Compiler Collection includes front ends forC,C++,Objective-C, Fortran, Java, Ada, and Go, as well aslibrariesforthese languages (libstdc++, libgcj,...). GCC wasoriginallywrittenas the compiler for the GNU operating system. TheGNU systemwasdeveloped to be 100% free software, free in the sensethatitrespects the user's freedom. --gcc.gnu.orgImportant information:You have to su, then run lecompiler so as to setenvironmenteachtime you open a terminal. Then you can type gcctocompile.Open terminal or adb shelltypesuthencd /data/data/bc.compiler/lecompilergcc -o hello hello.c./helloIf you get any errors, try immediately:Paste the following into teminal:exportLD_LIBRARY_PATH=$LD_LIBRARY_PATH:/data/data/bc.compiler/libexport PATH=$PATH:/data/data/bc.compiler/binThen run gccBig thanks goes to Taiju Yamada - "Ciel" formakingthispossible.Requires 170 + 20 MB to get installed.
Pascal N-IDE - Editor Compiler 5.0.2
Mr Duy
Pascal editor and compiler for Android
C++ Tutorials 1.5
"C++ Tutorials" is an app designed to help you learn C++ insimplestway!
C++ Pattern Programs 9.3
650+ C++ pattern programs, 250+ other programs, Learn C++,Videotutorials.
C++ Examples 6.0
Japan Gor
C++ examples: You must need to learn c++ programming languagewithLearn To Code (C++) programs for OOPs concepts . c++ program/examples is useful app for all c++ program output andOOPSConcepts, optimizing c++, c++ program output. It is very easyforbeginners and students and helps you to develop logic in learnc++programming with examples/programs. . All basic conceptsarecovered in this app for the user. What you get fromthisapplication: > c++ development environment > 300+programswith output. > Examples / program with output. > Alltopicare covered. >Important Concepts for c++ (New) >c++concepts>c++ program >c++ with OOPS >c++ QuickReference>Optimizing c++ The app cover the following topics (c++programs topic ): • Basic of c++ • Variable and datatype•Operators • If else and switch case • For loop, while loop,dowhile loop • Arrays • String • Function • Structure and Union•Classes and Objects • Constructor and Destruct or •OperatorOverloading • Inheritance • Pointers • Virtual Function •Workingwith Files Management >Copy and past your programs /examples>Zoom programs/ examples >Must have app for those,who weresetting up for c++ interviews, campus, technical exams andso on.We have try our best to gives you all c++ programs / exampleswithoutput. Some image base output not shown but we still trytoimprove our work. If you found any bug or error in c++ programsorexample please feel free to contact us, we really appreciatethat.Thank you. Find our games on Google playstore:https://play.google.com/store/apps/dev?id=6356826102828277953Followus on: Facebook: https://www.facebook.com/JapangorTwitter:https://twitter.com/iamJgorInstagram:https://www.instagram.com/japangor Don't hesitate to tryour othergames: Platformer Endless-Wall Ball-Shooting Learn To Code(HTML)Learn To Code (C++) Shree Kanaiya Travels gjam.in - Havequestionsor need help? Visit https://gjam.in - Like GJAM onFacebook:www.facebook.com/gjam13 - Follow GJAM onTwitter:www.twitter.com/japangor
C++ Tutorial 3.0
Everything You Need to Know About C++Prog.(Tutorial+Programs+FAQ+Terminology)
Pocket Notes C++ - Tutorials - 2.2.2
Pocket Notes C++ app enables you to carry C++ programs inyourandroid phone.
Learn To Code (C++) 6.0
Japan Gor
Learn To Code C++ is another FREE programming course by Japangor.#1Application for C++ Programming. ------------------------PLEASENOTE ------------------------ Instead of giving a lowerrating,please mail me your queries, issues or suggestions. I willbe happyto solve them for you :) Whether you've had any priorprogrammingexperience or not, this app will help you learn all youneed toknow in order to start creating You cannot run or executeprogramswith this app. The output is already tested and displayedfor yourreference. Thank You for understanding. This app has a verysimpleuser interface and the contents can be easily understood bytheusers. Wherever and whenever you require any information aboutC++,you are just a click away..... Learning with Learn To Code(C++)hasproved to be fast, effective and fun. This app will show youhoweasy it is to become a programmer. Learn to Code C++ coverbasicconcepts, data types, arrays, pointers, conditionalstatements,loops, functions, classes and objects, inheritance&polymorphism,. Most importantly, learn while having funbecauseengaged learning makes a difference. Good luck! All thebest.....
C++ Examples 1.5
C++ Programs for students and beginners.
c++ 2.0
Appsorion
NOTE: Dear User, If you are unabletosingupthen 1st update your Google Play ServiceApplication for C++ Programming.***********************************************************************************************This app will help a lot to the user who wants toknowaboutC++(OOPs) and they learn the thing whenever they want asitisconverted in app so its easy to carry in any compatibledeviceandalso having many features like:Topic wise C++ TutorialsNotesMany ProgramsInterview questionPattern Programe***********************************************************************************************User give your valuable feedback toouremail([email protected])***********************************************************************************************Thanks & regards,AppsOrion Team,Delhi,India
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.
Pydroid Pro - IDE for Python 2
IIEC
The most easy to use and powerful Python 2 interpreter & IDEonGoogle Play
Learn C++ 6
Thiyagaraaj M
A Guide for C++.It is simple and pretty app for C++ Concepts andC++Programs.
C++ Syntax - Learn Programming 4.5.3
Games Viral
Best Application for People who wanttolearnC++ Programming ( coding ), or for who forget c++syntaxovertime.This C++ Programming app enables you to carry C++ Syntaxinyourandroid phone. It contains the most used SyntaxinC++language.C++ Syntax - Learn C++ includes: C++ syntax (andFunctions),C++examples, C++ hints and tips.in this android app you can Master In C++ quickly.This Pocket c syntax app enables you to carryCPlusPlusprogrammingprograms in your android phone. Wherever andwheneveryou requireany Cpp Syntax, you are just a click away, Thisapp hasa verysimple user interface.☆ Features:★ Easy to Use★ Important Exam Questions★ One click share★ C++ concepts★ Large Collection of Cpp Syntax:★ C++ Functions★ C++ examples★ C++ hints☆ No internet connection is required. Just installthisapplicationand start reading anytime and anywhere FOR FREE. ForAllCollagestudents. For All Unviersity Students.
350+ C++ Tutorial Programs 1.0
350+ C++ Tutorial Programs with Output ##### BIIT ComputerEducation#####
Code Recipes 2.42
Directory of standard, frequently used operations in 13programminglanguages