Mobile C [ C/C++ Compiler ] APK

Version 2.5.2 - com.dztall.ccr.android.admob
dztall,android,admob,education,mobile

Learn programming ( coding ) on your mobile devices.

APP Information

Download Version 2.5.2 (25200000)
Apk Size77.76 MB
App DeveloperLee Jeong Seop
Malware CheckTRUSTED
Install on Android4.0.x and up
App Packagecom.dztall.ccr.android.admob.apk
MD50623e25fbe331634ba0c5058c1e826bd
Rate4
Website http://www.dztall.com/mobilec

Download Mobile C [ C/C++ Compiler ] 2.5.2 APK

App Description

Mobile C [ C/C++ Compiler ] is dztall,android,admob,education,mobile, content rating is Everyone (PEGI-3). This app is rated 4 by 1 users who are using this app. To know more about the company/developer, visit Lee Jeong Seop website who developed it. com.dztall.ccr.android.admob.apk apps can be downloaded and installed on Android 4.0.x and higher Android devices. The Latest Version of 2.5.2 Available for download. Download the app using your favorite browser and click Install to install the application. Please note that we provide both basic and pure APK files and faster download speeds than APK Mirror. This app APK has been downloaded 7473+ times on store. You can also download com.dztall.ccr.android.admob APK and run it with the popular Android Emulators.

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
 

App ChangeLog

  • • 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.

App Screens

Mobile C [ C/C++ Compiler ] App Screen 1Mobile C [ C/C++ Compiler ] App Screen 2Mobile C [ C/C++ Compiler ] App Screen 3Mobile C [ C/C++ Compiler ] App Screen 4Mobile C [ C/C++ Compiler ] App Screen 5Mobile C [ C/C++ Compiler ] App Screen 6Mobile C [ C/C++ Compiler ] App Screen 7Mobile C [ C/C++ Compiler ] App Screen 8Mobile C [ C/C++ Compiler ] App Screen 9Mobile C [ C/C++ Compiler ] App Screen 10Mobile C [ C/C++ Compiler ] App Screen 11Mobile C [ C/C++ Compiler ] App Screen 12Mobile C [ C/C++ Compiler ] App Screen 13Mobile C [ C/C++ Compiler ] App Screen 14Mobile C [ C/C++ Compiler ] App Screen 15Mobile C [ C/C++ Compiler ] App Screen 16Mobile C [ C/C++ Compiler ] App Screen 17Mobile C [ C/C++ Compiler ] App Screen 18Mobile C [ C/C++ Compiler ] App Screen 19Mobile C [ C/C++ Compiler ] App Screen 20

C++ Compiler ]_2.5.2_Apkpure.apk
Name:Mobile_C_[_C_C___Compiler_]_2356784b.apk
Name:Mobile C_2.5.2.apk
Name:Mobile C [ C_C++ Compiler ]_2.5.2_Apkpure.apk
Name:Mobile C C C Compiler_v2.5.2_apkpure.com.apk
Name:com.dztall.ccr.android_252_apksos.com.apk
Name:2.5.2
Name:7b9e90141b7c1059f0070823baaf668f996af52eb65b630eb9ac404d9be81345.file

Apk scan results


Apk Scaned By TotalVirus Antivirus,com.dztall.ccr.android.admob.apk Was Pure And Safe.

Scan Stats:harmless:0|type-unsupported:8|suspicious:0|confirmed-timeout:0|timeout:11|failure:0|malicious:0|undetected:53|
Name:C++ Compiler ]_2.5.2_Apkpure.apk
Name:Mobile_C_[_C_C___Compiler_]_2356784b.apk
Name:Mobile C_2.5.2.apk
Name:Mobile C [ C_C++ Compiler ]_2.5.2_Apkpure.apk
Name:Mobile C C C Compiler_v2.5.2_apkpure.com.apk
Name:com.dztall.ccr.android_252_apksos.com.apk
Name:2.5.2
Name:7b9e90141b7c1059f0070823baaf668f996af52eb65b630eb9ac404d9be81345.file SHA-1:d36abfd08c59ab079d9a9e4826fed96eeb172237 SHA-256:7b9e90141b7c1059f0070823baaf668f996af52eb65b630eb9ac404d9be81345 SSDEEP:1572864:hVnMe/SYLlETGK+1WMXSP8gZIIyb47lDmB4Qr7MkB6c/qAAypEvPAqDVg+qZbXNv:3nM+SoKTGK+1M00INs4OgwkACqARpEgt File type:Android Magic:Zip archive data File size:81534764 Uncompressed Size:144284487 Contained Files :474 Contained Files By Type:xml:170,dex:1,MF:1,zip:1,RSA:1,so:39,SF:1,png:253,

Older Versions

More Android Apps to Consider

Google Play Reviews

  1. Bryan Terrill-avatar

    Bryan Terrill

    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

  2. Chirajit Mandal-avatar

    Chirajit Mandal

    Two consecutive scanf( ) function does not work. An arry can not be taken input properly by writing simply: Int arr[10]; for(int i=0; i<10; i++) { scanf("%d",&arr[i]); } Fix these problems.

  3. Derek Tan-avatar

    Derek Tan

    I really enjoy using this app, but certain C++ libraries do not work. The Clang compiler cannot use C++17 libraries like filesystem, and libjson.h is broken. If the issues are fixed, I will give this app 5 stars.

  4. Tanmoy Mazumder-avatar

    Tanmoy Mazumder

    the in built keyboard and other functionalities make it probably the best c/c++ ide for phones. a dark mode would have been nice tho

  5. Adam Davis-avatar

    Adam Davis

    It's an awesome tool but for some reason no files show up anymore after choosing data under external storage

  6. Matthew Graham-avatar

    Matthew Graham

    Great app but I think it's no longer supported. Support website is down.

  7. Saumya Jindal-avatar

    Saumya Jindal

    Absolutely excellent None of other mobile compiler can beat it , some files directories are not found but run all most of codes that I needed to run and none of other compilers support them... It gave me opportunity to do perfect coding on mobile Now I can say , there is no need to buy a expensive laptop for your education requirement , If you can't afford laptop , you must use this app for practicing coding C and C++. It has proven that many things are there which mobile can do of laptop . SJ

  8. Samuel Vindictive-avatar

    Samuel Vindictive

    This app is great but i had a few problems with it, Like it doesn't support windows shortcuts. For example i can't trigger EOF command while running my program in this app. Another problem is with casting. It seems that (float) doesn't work for characters which previously defined as int .

  9. MIGHTY GAMER-avatar

    MIGHTY GAMER

    Nice Code IDE & Compiler for C & C++ programming in mobile. But There is no Option or Command for changing Text color or Background text color of Output Text. I tried some command, But Our Compiler doesn't Support it for above purpose.

  10. Sic Humour-avatar

    Sic Humour

    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?