C Code Develop

C Code Develop
Developer: 铖 邢
Category: Developer Tools
450 installs
9.00 ratings
5.00 monthly active users
Revenue not available

C Code Develop Summary

C Code Develop is a mobile iOS app in Developer Tools by 铖 邢. Released in Jan 2021 (5 years ago). It has 9.00 ratings with a 5.00★ (excellent) average. Based on AppGoblin estimates, it reaches roughly 5.00 monthly active users . Store metadata: updated May 28, 2025.

Store info: Last updated on App Store on May 28, 2025 .


5★

Ratings: 9.00

5★
4★
3★
2★
1★

Screenshots

App screenshot
App screenshot
App screenshot
App screenshot
App screenshot
App screenshot

App Description

-- 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 can't open file without .txt suffix or other suffix, or use binary (b) as open mode is not currently supported.