Mobile C [ C/C++ Compiler ]

Contains ads
4.1
8.97K 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
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.
151 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.
Ollie Burt (Stumbling)
June 1, 2021
atof from stdlib.h doesn't seem to work. Also, the app crashes a lot when doing stuff like trying to export a file to email or switching away from the app and back sometimes. This is a shame because I am very impressed with the app but it falls just short of useable with these issues. (Auto-indentation for single line if/while/for/etc. statements would be another nice addition.) Are these bugs fixed in the paid version?
102 people found this review helpful
Did you find this helpful?

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.