價格:免費
更新日期:2018-06-01
檔案大小:12M
目前版本:29
版本需求:Android 2.3 以上版本
官方網站:mailto:1203568579@qq.com
C Compiler IDE is simple C IDE focused on learning programming languages.
Features:
* smart syntax highlighting
* undo
* redo
* note
* input syntax
Example :
#include
void main(){
int a;
printf("Enter the a Number:");
scanf("%d",&a);
printf("a =%d",a);
}