Mobile C [ C/C++ Compiler ]

Mobile C [ C/C++ Compiler ]


Offline C/C++ Compiler


免費

2.5.2for iPhone, iPad and more
8.5
123 Ratings
Jeong Seop Lee
Developer
378.2 MB
Size
2018年08月28日
Update Date
Education
Category
4+
Age Rating
Age Rating
4+
Apps in this category do not contain restricted content.
9+
Apps in this category may contain mild or occasional cartoon, fantasy or real-life violence, as well as occasional or mild adult, sexually suggestive or horrifying content and may not be suitable for children under 9 years of age.
12+
Apps in this category may contain occasional mild indecent language, frequent or intense cartoon or real-life violence, minor or occasional adult or sexually suggestive material, and simulated gambling, and may be for children under 12 years of age.
17+
You must be at least 17 years old to access this App.
Apps in this category may contain frequent and intense offensive language; Frequent and intense cartoon, fantasy or realistic violence: frequent and intense adult, scary and sexually suggestive subjects: as well as sexual content, nudity, tobacco, alcohol and drugs, may not be suitable for children under 17 years of age.
Mobile C [ C/C++ Compiler ] 螢幕截圖
Mobile C [ C/C++ Compiler ] 海報Mobile C [ C/C++ Compiler ] 海報Mobile C [ C/C++ Compiler ] 海報
Mobile C [ C/C++ Compiler ] 海報Mobile C [ C/C++ Compiler ] 海報Mobile C [ C/C++ Compiler ] 海報

About Mobile C [ C/C++ Compiler ]

了解移動設備上的語言編程。

* 沒有互聯網連接需要運行的代碼。

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

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

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

最新版本2.5.2更新日誌

Last updated on 2018年08月28日
歷史版本
Apple 已更新此 App,以顯示 Apple Watch App 圖像。

• 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.
Show More
Version History
2.5.2
2018年08月28日
Apple 已更新此 App,以顯示 Apple Watch App 圖像。

• 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.
2.5.1
2018年07月09日
• New features
- pause command added.
- Experimental find command added.
- In-app keyboard special key page toggles to alphabet page once pressed.

• Bugs fixed
- Source code editor crashes on file open on some platforms.
- File list button color not changed. Modify FileList.ItemButton.Color key in theme files.
2.5.0
2018年07月06日
• Libraries updated
- clang/llvm/libc++ 6.0.0
- python 3.7.0
- duktape 2.2.1
• File search by its text contents
• Very basic syntax highlighting for several programming languages.
- java php perl ruby sql jsp go rust swift html
• In-app soft keyboard layout revised.
• Ad banner view moved to bottom.
2.4.5
2018年06月01日
• UI layout revised for some devices.
2.4.4
2018年05月30日
• In-app keyboard layout revised.
2.4.3
2018年05月28日
• In-app keyboard layout revised.
• File sharing with other app added for some platform.
• AdView moved to top of the app.
• Bug fixed : Some string formatting functions malfunctions on some platform.
2.4.2
2018年02月19日
• Previous UI theme restored as Classic in the option menu.
• Dark theme added.
• Some missing terminal commands added.
• Bug fixed : Script files not recognized in terminal command.
• Bug fixed : Some runtime errors of user source code crashes the app.
• Bug fixed : Python 'select' module not imported in some platform.
2.4.1
2018年01月21日
• New feature : UI theme system.
• New feature : iTunes file sharing.
• New feature : Exposes system/library headers.
• New feature : Some ANSI escape sequences for terminal supported.
• Bug fixed : Apache subversion is instable.
• Bug fixed : Successive scanf call malfunctions.
• Bug fixed : iostream doesn't work.
2.2.1
2016年08月23日
• New feature : Jump to C/C++ declaration/header file/macro symbol. See tips->shortcuts for keyboard shortcuts.
• New shell command 'chat' added. Enjoy chatting with the other Mobile C users online.
• Go to line supported. Use in-app keyboard context page or See tips->shortcuts for keyboard shortcuts.
• C library added : SDL 2.
• In-app soft-keyboard context menu page added.
• Shortcuts added for some platforms. See tips->shortcuts for keyboard shortcuts.
• Supports 'go to line' in text based editors.
• Pixel display examples added. See Examples/Graphics/PixelDisplay folder.
• OpenGL / GL ES2 , Callback registration needed.
• Examples changed : See Examples 1.0.8/What's new.txt.
• Some French/German translation fixed.

• Bug fixed : Several issues about C/C++ auto complete.
• Bug fixed : Memory leak when abnormal script exit.
• Bug fixed : Bluetooth keyboard key doesn't work properly on some platforms.
• Bug fixed : Graphics examples with clang enabled crashes when back button pressed.
• Bug fixed : Some crash/hang/memory leak.
2.2.0
2016年07月15日
• New feature : C/C++ auto complete.
• New feature : C/C++ syntax diagnostic.
• New feature : Built-in Terminal/Shell.

• System header search path "~/CCR/Headers" added.
• User script search path "~/CCR/Scripts" added.
• In-app soft keyboard layout revised.
• Copy/cut whole line when no selection is made.
• Library updated : libpng 1.6.23
• Examples added : See Examples 1.0.7/What's new.txt.

• Bug fixed : assert() function doesn't work.
• Bug fixed : App crashes when typing.
• Bug fixed : App crashes when continue statement is used in while block.
• Bug fixed : Split view compatibility issue.
2.1.3
2016年06月03日
• Bug fixed : Unable to type ascii with bluetooth keyboard on some OSes.
• Bug fixed : __cplusplus is defined in c compilation.
2.1.2
2016年06月01日
• Diagnostic message added : Integer division by zero.
• Case sensitive search added on text editor view.
• Bug fixed : Unable to type some key on bluetooth keyboard.
• Bug fixed : App crashes at startup on some OSes.
2.1.0
2016年05月17日
• C library added : Duktape 1.4.0
• C/C++ library added : LLVM/Clang 3.8.0
• C/C++ library added : libjson
• C++ library added : libc++ 3.8.0
• Supports javascript execution via duktape engine.
• Supports syntax highlighting for Python, Javascript, Lua.
• Added option menu to select compiler for each programming languages.
• Added option menu to set compiler options.
• Bug fixed : Crashes when using vscanf, vprintf.
2.0.8
2016年04月08日
• Multiple source compilation supported. See "Examples 1.0.5/Network/cURL/curl-7.48.0/curl.proj.c".
• Example files updated : See Examples 1.0.5/What's new.txt.
• In-app soft keyboard behaviour revised. Shift+key combination supported.
• More app folder structure exposed.
• Python stability improved.
• OpenSSL library updated to 1.0.2g
• assert.h supported.
• conio.h partially supported. ( cputs, getch, getche, putch, clrscr )
• Bug fixed : Parsing regex.h.
• Bug fixed : Native function call crashes when more than four arguments are passed.
2.0.7
2016年03月22日
• C library added : Python 3.5.1
• Supports python execution (.py , .pyc , .pyo ).
• Example files added : See Examples/What's new.txt.
• In-app soft keyboard layout revised. Keyboard top bar includes cursor dragging pad.
• Source code editor uses mono-space font by default.
• Focus unchanged at every "Find" command in text editor.
• Lua local module loading bug fixed.
• Supports gzip file extraction.
• Old style c function parameter declaration form supported. ( Experimental )
• Text editor word selection by double-touching word.
• Bug fixed : puts(...) c function appends new-line at the end.
• Bug fixed : Incorrect text editor word selection.
2.0.6
2016年03月12日

Mobile C [ C/C++ Compiler ] FAQ

點擊此處瞭解如何在受限國家或地區下載Mobile C [ C/C++ Compiler ]。
以下為Mobile C [ C/C++ Compiler ]的最低配置要求。
iPhone
須使用 iOS 9.0 或以上版本。
iPad
須使用 iPadOS 9.0 或以上版本。
iPod touch
須使用 iOS 9.0 或以上版本。
Mobile C [ C/C++ Compiler ]支持俄文, 日文, 英文, 葡萄牙文, 西班牙文, 韓文

Mobile C [ C/C++ Compiler ]相關應用

你可能還喜歡

Jeong Seop Lee 開發者的更多應用