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

จาก Theory Wiki
ไปยังการนำทาง ไปยังการค้นหา
แถว 1: แถว 1:
There are many standard C++ compilers that you can use.
+
There are many standard C++ IDE (with compilers) that you can use.
  
 
* [http://www.codeblocks.org/ Code::Blocks] - a light-weight IDE
 
* [http://www.codeblocks.org/ Code::Blocks] - a light-weight IDE
 
* [http://www.eclipse.org/cdt/ Eclipse] - if you like Eclipse
 
* [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.)
 
* [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 compile your code on a terminal.  (more info coming soon.)

รุ่นแก้ไขเมื่อ 00:59, 21 สิงหาคม 2558

There are many standard C++ IDE (with compilers) that you can use.

Also, you may want to use only editors and compile your code on a terminal. (more info coming soon.)