C4droid (C/C++ compiler)
Android application by n0n3m4
Application category: Tools, APK download size: 1.7 MB,
696 people rated C4droid (C/C++ compiler) version 4.03 for Android smartphones so far with an average rating of
4.66 out of
5!
This application has been downloaded 10 000 - 50 000 times.
Advertisements
C4droid (C/C++ compiler)
You can create your own applications on Android device and run them even without Internet access: compiler is offline. Result can be exported to an executable (for terminal apps) or APK (for apps with GUI).
This app uses TCC and uClibc (or GCC + Bionic with a plugin), so it has full support of ANSI C and ISO C99 (and full C++ support with GCC).
C4droid supports syntax highlighting, code completion and source code formatting, so it is a very handy tool for education and programming on the go.
C4droid will ask you to install C++ support at first startup and will configure itself in semi-automatic mode.
If you want to do that manually, you need:
0) Enough internal memory OR root rights. C4droid does not require root rights for devices with more than 50MB of free internal memory.
1) Install GCC plugin (C4droid will ask you to install it).
2) Select G++ compiler in C4droid preferences.
3*) Use iostream, not iostream.h
4*) Add "using namespace std;" to your program (before int main)
C4droid contains a Terminal Emulator with BusyBox, so you can use Makefiles without any changes, shell commands syntax is the same as on Linux PC.
To compile Makefile projects, open any file in the same folder with Makefile and long-click "Compile" to configure current directory (C4droid will create .c4droid configuration file when you will press Ok). After configuring folder, you can press compile button and C4droid will build your project.
Do not forget to enter executable name and select compilation mode (and press ok also, else changes will be discarded)
You can also build and install open-source libraries the same way. Currently tested libraries are gmp(internal memory only),mpfr,mpc,libxml2,neon,sqlite,SDL_gfx(--disable-mmx required).
C4droid supports SDL, NativeActivity and Qt for GUI now, install SDL plugin for C4droid to use it (only GCC/G++ compiler is supported, so you need GCC plugin also).
(SDL is detected with #include "SDL.h", NativeActivity is detected with #include "android_native_app_glue.h", Qt is detected with #include "QtGui").
Qt support limitations:
1) If you are compiling a single-file Qt app, you must add #include "yoursourcefilenamewithcpp.moc" to the end of file. If you are using .pro file for compilation, you do not need to do that.
Quick manual:
If you have found a bug or app is not working, email me.
Long click actions:
Save button: save as.
Open button: recent files.
Run button: run with arguments.
Compile button: configure current directory.
Tab: close tab.
Result of compilation (binary or APK) can be exported using menu->export.
If you have "Illegal instruction" error using internal c compiler (TCC), install GCC plugin, GCC supports softfloat by default.
C4droid will check license via the Internet.
Report bugs at n0n3m4@gmail.com.
Some binaries contained in APK are licensed under (L)GPL, email me to get the source code (Tiny C compiler, GCC, BusyBox, etc.)
Android is a trademark of Google Inc.
Qt is a registered trademark of Digia.
Advertisements
Application history and updates
Version Update C4droid (C/C++ compiler) was updated to version 4.03! 1 week ago.
Version Update C4droid (C/C++ compiler) was updated to version 4.01! 3 months ago.
Version Update C4droid (C/C++ compiler) was updated to version 4.00! 3 months ago.
Version Update C4droid (C/C++ compiler) was updated to version 3.98! 4 months ago.
Must-have!
22 users voted this app as must-have on their Android smartphones!
Click to vote!
Click to vote!
More from this developer:- SDL plugin forC4droid
- GCC plugin forC4droid
- PascalGUI (Pascal compiler)
- GCC plugin forC4droid
- PascalGUI (Pascal compiler)
PascalGUI (Pascal compiler) by n0n3m4
GCC plugin forC4droid by n0n3m4
OCaml Toplevel on Android by Keigo IMAI
SDL plugin forC4droid by n0n3m4
DroidGEN by DroidHits