نصب | +۵۰۰ |
از ۰ رأی | ۰ |
دستهبندی | آموزش |
حجم | ۲۸ مگابایت |
آخرین بروزرسانی | ۱۲ تیر ۱۳۹۹ |
نصب | +۵۰۰ |
از ۰ رأی | ۰ |
دستهبندی | آموزش |
حجم | ۲۸ مگابایت |
آخرین بروزرسانی | ۱۲ تیر ۱۳۹۹ |
C++ Compiler IDE is simple C++ IDE focused on learning programming languages.
Features:
* smart syntax highlighting
* undo
* redo
* note
* input syntax
Example :
using namespace std;
#include ”iostream“
void main(){
cout<<"Hello world!";
}