Мобильный C { C/C++ Compiler } Читы

Мобильный C { C/C++ Compiler } Взлом 2.5.2 + Чит Коды

Offline C/C++ Compiler

Разработчик: Jeong Seop Lee
Категория: Образование
Цена: 1 190,00 ₽ (Скачать бесплатно)
Версия: 2.5.2
ID: com.dztall.CCR1IOS1

Скриншоты

Game screenshot Мобильный C { C/C++ Compiler } mod apkGame screenshot Мобильный C { C/C++ Compiler } apkGame screenshot Мобильный C { C/C++ Compiler } hack

Описание

Узнайте программирование на мобильных устройствах.

* Не требуется подключение к Интернету для запуска код.

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

История обновлений

2.5.2
2018-08-28
Приложение было обновлено компанией Apple, чтобы в нем отображался значок приложения Apple Watch.

• 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.
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-12
• 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-22
• 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 : c++ iostream doesn't work.
2.2.1
2016-08-25
• 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-16
• 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-09
• 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.5
2016-02-18
1. Bug fixed : Abnormal display when 'Zoomed Display' on iPhone setting is on.
2. Example code added : Language/C/simple_stdarg.c
2.0.4
2016-02-09
1. Library added : APR, APRUtil, Lua, Expat, PCRE2, Apache Serf, iconv, OpenSSL, POSIX, libGit2, Apache Subversion( Incomplete )
2. Keyboard layout changed.
3. Editor search text.
4. Lua language supported.
2.0.3
2016-01-12
1. iOS 7 compatibility issues fixed.
2. French translation fixed.
3. OpenGL ES2 rotation event not sent when device rotates.
4. Button UI became bigger.
5. Option to use mono space font.
6. Option to use OS keyboard.
2.0.0
2015-12-18
1. UI renewed.
2. File/Folder manipulation.
3. File compression supported.
4. Coding friendly keyboard.
5. Line number display.
6. Image viewer.
7. Binary file viewer.
8. Wave file play.
9. Compressed file viewer.
10. HTML file viewer.
11. Editor settings.
12. Jpeg example added.
13. OpenGL-ES 2 example file revised. (No more framebuffer setting codes needed.)
1.82.1
2015-05-21
1. Bug fixed : Incorrect behavior when initializing array of array of char with array of string literal.
1.82.0
2015-05-06
1. Sample added : Samples/Thread/pthread.c
2. Sample added : Samples/Thread/pthread_join.c
3. pthread API supported.
4. App API for clearing and flushing HTML view.
1.81.0
2015-04-27
1. Sample added : Samples/Language/C/simple_goto.c.
2. Goto statement supported.
3. Some language incompatibility fixed.
1.80
2015-03-10
1. Sample file added : Samples/Application/mosh.c ( Simple shell command interpreter )
1.79
2015-02-26
1. Sample added : Samples/MiniZip/minizip.c.
2. Sample added : Samples/MiniZip/miniunz.c.
3. New API added : MiniZip.
1.78
2015-02-11
1. Sample file added : sample/Language/C++/simple_reference.cpp.

Скачать Мобильный C { C/C++ Compiler } на iPhone и Андроид бесплатно

Скачать на Андроид

Способы взлома Мобильный C { C/C++ Compiler }

Скачать взломанный APK файл

Скачать Мобильный C { C/C++ Compiler } MOD APK
Запросить взлом

Рейтинг

5 из 5
4 Голосов

Отзывы

Schellgsix,
Awesome!
Very helpful app and compiler for learning cpp! Thanks
SuvorovR,
Доволен!
Очень хорошее приложение, остался очень доволен!!! Разработчики, совершенствуйте его, молодцы!
Drocher,
iosream
в целом не плохо, но почему то нет библиотеки iostream, что меня поразило поскольку она стандартная...
SklyIgor,
только 3
отсутсвие стандартных библиотек с++ напрочь убивает все удовольствие от покупки, если бы добавили их то цены бы не было этой штуке.
BrainsBreaker,
4-ка
За такую цену очень даже не плохо. Да, список библиотек стоит расширять. Я не нашел conio
:!Alexx:l!,
Хороший компилятор Си
Работает офлайн, при ошибках в коде например пропущенные ' ; 'может вылетать что не удобно но если найдешь и исправишь все работает, другие ошибки вполне обозначает. Выполняю на нем учебные задачи на Си, уже написал консольный калькулятор)
Vratar32,
Не плохо, но можно и лучше
Программа в принципе не плохая, но доработать стоит. Упорно отказывается работать с динамическими массивами на c++( new int) не знает библиотеку iostream. Ну а так некоторые ошибки выдаёт, норм. В принципе на планшете тяжёлые программы писать не будешь, на это и рассчитана сия программа. Но вот почему она закрывается при ошибках - мне не ведомо. В принципе, на 66 рублей потянет)
el!as|bart,
Не компилирует код
Нет C++ , только си.
gds1989,
Вылет
Вылетает на iPod после последнего обновления.
So-Va,
Не работает
На iPad3 приложение не открывается.

Другие приложения этого разработчика