ผลต่างระหว่างรุ่นของ "C++ compilers"
ไปยังการนำทาง
ไปยังการค้นหา
Jittat (คุย | มีส่วนร่วม) |
Jittat (คุย | มีส่วนร่วม) |
||
| แถว 6: | แถว 6: | ||
* [https://www.visualstudio.com/vs-2015-product-editions Microsoft Visual Studio] can also edits C++ code. (I have never used it.) | * [https://www.visualstudio.com/vs-2015-product-editions Microsoft Visual Studio] can also edits C++ code. (I have never used it.) | ||
| − | Also, you may want to use only editors and | + | Also, you may want to use only editors and use separated compilers on your system. Recommended editors are: |
| + | |||
| + | * VI | ||
| + | * Emacs | ||
| + | * [https://atom.io/ atom] | ||
| + | * [https://code.visualstudio.com/ Visual Studio Code] | ||
| + | * [https://www.sublimetext.com/ Sublime] | ||
รุ่นแก้ไขเมื่อ 22:23, 2 สิงหาคม 2561
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 use separated compilers on your system. Recommended editors are:
- VI
- Emacs
- atom
- Visual Studio Code
- Sublime