赵志远(qq:1203568579) Apps

C Source Code Nginx 3
Nginx: the High-Performance Web Server and Reverse Proxy. Readnginxsource code on your mobile. A C mobile coding IDE. Now learnto codeanytime anywhere.
C++ Compiler IDE 22
C++ Compiler IDE is simple C++ IDE focused on learningprogramminglanguages. Features: * smart syntax highlighting * undo* redo *note * input syntax Example : using namespace std;#include”iostream“ void main(){ cout<<"Hello world!"; }
C Compiler IDE 29
C Compiler IDE is simple C IDE focused on learningprogramminglanguages. Features: * smart syntax highlighting * undo* redo *note * input syntax Example : #include void main(){ inta;printf("Enter the a Number:"); scanf("%d",&a);printf("a=%d",a); }