send link to app

C Code Develop app for iPhone and iPad


4.2 ( 7392 ratings )
Education
Developer: 铖 邢
0.99 USD
Current version: 3.6, last update: 6 months ago
First release : 06 Jan 2021
App size: 68.54 Mb

-- Support code auto completion and automatic code formatting;
-- Support debugger (breakpoints);
-- Run Offline & Support File IO & Support interaction & Support multi-processing;
-- Support Project References;

A tiny C language development environment, support project management and header file reference, support code executing.

For Coding enthusiasts and Computer-Science students, some Data-Structure projects are included.

You can use the tiny environment provided to run your project locally, or you can export the project to your computer to compile and run the project. The tiny environment includes a small C standard library that supports commonly used header files and most standard C99 library functions, and C Code Develop provides a easy access header file ccd.h, also some C++ features like argument reference, iostream(cin and cout) are supported. For safety reasons, inline assembly and some other unsafe syntax are not supported.

*1. Editor Support auto completion, auto format, long-press to document and other efficient features.
*2. Terminal (stdin and stdout) is fully supported, and also you can open *.txt file in project use fopen(), because of the app now only support view and edit text file, you cant open file without .txt suffix or other suffix, or use binary (b) as open mode is not currently supported.