UpdatedFeb 28, 2020
PublishedFeb 28, 2020
Packageorg.zhiyuan.zhiyuan23
MD5d905af10d142d90c1fe440a66b848e93
SHA1 (signer)14:78:C9:4F:4F:1B:AD:9F:C9:64:EF:5E:24:9A:94:E9:FE:DA:51:EA
Signed byCN=zhaozhiyuandeandroidkey, O=geren, L=shanghai, C=CN, OU=geren, ST=shanghai
Architecturesarmeabi-v7a
Malware scanTRUSTED
Contact[email protected]
What's new
support android 6.0
Description
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);
}
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);
}
Required features
- Faketouch android.hardware.faketouch
- Location android.hardware.location
- Screen Portrait android.hardware.screen.portrait
- Wifi android.hardware.wifi
Permissions (7)
C Compiler IDE requests the following Android permissions:
- Access Coarse Location android.permission.ACCESS_COARSE_LOCATION
- Access Fine Location android.permission.ACCESS_FINE_LOCATION
- Access Network State android.permission.ACCESS_NETWORK_STATE
- Access Wifi State android.permission.ACCESS_WIFI_STATE
- Internet android.permission.INTERNET
- Read External Storage android.permission.READ_EXTERNAL_STORAGE
- Write External Storage android.permission.WRITE_EXTERNAL_STORAGE