Mobile C [ C/C++ Compiler ]

Contains ads
4.1
8.96K reviews
1M+
Downloads
Content rating
Everyone
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image

About this app

Learn programming ( coding ) on your mobile devices.

* No internet connection is required to run code.

=== Supported Programming Languages ===
• C
• C++ 11
• Python 3
• Javascript ( Duktape )
• Lua
• LLVM Assembly
• OpenGL ES 2 GLSL

============ Supported APIs ===========
• Standard C Library, POSIX
• OpenGL ES 2.0, BSD Socket, pthread
• Clang, LLVM, libc++, Duktape, Lua, libjson
• SQLite3, SQLiteCpp, cURL, libGit2, Python3
• zLib, libPNG, libJPEG, FreeType, MiniZip
• APR, APRUtil, iconv, Expat, PCRE2, Apache Serf
• Lua, OpenSSL, Apache Subversion
• android/sensor.h

=============== Features ==============
• C/C++ auto complete.
• C/C++ syntax diagnostic.
• C/C++ jump to declaration/macro symbol/header.
• Built-in Terminal/Shell.

Customer support : http://www.dztall.com/mobilec
Updated on
Aug 27, 2018

Data safety

Developers can show information here about how their app collects and uses your data. Learn more about data safety
No information available

Ratings and reviews

4.1
8.56K reviews
Bryan Terrill
October 12, 2020
I've installed & messed with dozens of compilers and I have loved this one the best for half a year or more. It's almost perfect... almost. It's super difficult to find your code files to move them later -- not sure why, but have seen others mention it. A save as.. button would fix that. Also, please I'm begging you .... When we click the keyboard to go-to uppercase either stay that way until we un-uppercase or do like gboard... Double clicking it real fast goes to uppercase and stays. Ty
116 people found this review helpful
Did you find this helpful?
Josh Kenshi M. Dimpas
January 1, 2022
It's a great compiler, along with its features for easier and faster typing. The only problem that I have with this app is that the monospace option on the text output doesn't really do anything (it does but it is not monospace). I am creating a chess game on console but the font ruins the positioning of the board and the units. I tried other compilers and it worked perfectly on them, thats how I knew that my logic is not wrong and the font is at fault. Besides that, its a great app overall.
150 people found this review helpful
Did you find this helpful?
A Google user
November 25, 2019
It is good... This is the best app i have ever used. Others were difficult to operate and compile. This can be improved I would be very happy if there was a small window which would tell you that the code is going wrong somewhere for example you if you have missed a semicolon, then the small box shows the worning that you have missed the semicolon at so and so place. This should be happening before you run the program. While typing only the warning should be shown Otherwise this is the best app.
139 people found this review helpful
Did you find this helpful?
Lee Jeong Seop
November 26, 2019
Thanks. your kind suggestion is helping me improve the app.

What's new

• New features
- Text editor text replace added.
- In-app keyboard single page layout restored.
- Text editor word wrap indentation added.
- Theme file key 'FileList.Background.Color' added for file list view background color setting.
- Bug reporting github repository ( https://github.com/dztall/ccr_bugs ) added.

• Bugs fixed
- symlink, link system function failed due to permission denied on some platforms.