ผลต่างระหว่างรุ่นของ "C++ compilers"

จาก Theory Wiki
ไปยังการนำทาง ไปยังการค้นหา
(หน้าที่ถูกสร้างด้วย 'To be added')
 
 
(ไม่แสดง 3 รุ่นระหว่างกลางโดยผู้ใช้คนเดียวกัน)
แถว 1: แถว 1:
To be added
+
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.

Also, you may want to use only editors and use separated compilers on your system. Recommended editors are: