ผลต่างระหว่างรุ่นของ "C++ compilers"
ไปยังการนำทาง
ไปยังการค้นหา
Jittat (คุย | มีส่วนร่วม) (หน้าที่ถูกสร้างด้วย 'To be added') |
Jittat (คุย | มีส่วนร่วม) |
||
(ไม่แสดง 3 รุ่นระหว่างกลางโดยผู้ใช้คนเดียวกัน) | |||
แถว 1: | แถว 1: | ||
− | + | There are many standard C++ IDE (with compilers) that you can use. | |
+ | |||
+ | * [http://www.codeblocks.org/ Code::Blocks] - a light-weight IDE | ||
+ | * [http://www.eclipse.org/cdt/ Eclipse] - if you like Eclipse | ||
+ | * [https://netbeans.org/features/cpp/ NetBeans] | ||
+ | * [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 use separated compilers on your system. Recommended editors are: | ||
+ | |||
+ | * Classic ones: VI and Emacs | ||
+ | * [https://atom.io/ atom] | ||
+ | * [https://code.visualstudio.com/ Visual Studio Code] | ||
+ | * [https://www.sublimetext.com/ Sublime] |
รุ่นแก้ไขปัจจุบันเมื่อ 22:24, 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:
- Classic ones: VI and Emacs
- atom
- Visual Studio Code
- Sublime