C++ compilers
รุ่นแก้ไขเมื่อ 00:59, 21 สิงหาคม 2558 โดย Jittat (คุย | มีส่วนร่วม)
There are many standard C++ IDE (with compilers) that you can use.
- Code::Blocks - a light-weight IDE
- Eclipse - if you like Eclipse
- NetBeans
- Microsoft Visual Studio can also edits C++ code. (I have never used it.)
Also, you may want to use only editors and compile your code on a terminal. (more info coming soon.)