User Tools

Site Tools


programming:cpp

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
programming:cpp [2021/04/15 20:16]
nanodano
programming:cpp [2021/06/09 00:55] (current)
nanodano
Line 1: Line 1:
 ====== C++ Programming ====== ====== C++ Programming ======
  
-C++ is a language based on CIf you want C programming, see: [[:programming:c|C Programming]]. C++ is a much more complex language than C. C++ is still highly portable, but not as much as C. C++ has the kitchen sink.+If you are looking for the C programming language, see: [[:programming:c|C Programming]]. C++ is a much more complex language than C. C++ is still highly portable, but not as much as C. C++ has the kitchen sink. 
 + 
 +===== Blog posts ===== 
 + 
 +See: https://www.devdungeon.com/content/c
  
 ===== Editors ===== ===== Editors =====
Line 7: Line 11:
   * vim   * vim
   * emacs   * emacs
 +  * gedit
 +  * Geany
   * Visual Studio Code   * Visual Studio Code
   * Visual Studio   * Visual Studio
 +  * XCode
   * Qt Creator   * Qt Creator
   * Code::Blocks   * Code::Blocks
Line 21: Line 28:
   * clang   * clang
   * TurboC++ (DOS)   * TurboC++ (DOS)
 +
 +==== Debuggers ====
 +
 +  * gdb
  
 ===== Build tools ===== ===== Build tools =====
Line 33: Line 44:
 ===== Code examples ===== ===== Code examples =====
  
-==== Hello world ====+See https://github.com/devdungeon/cookbook/
  
-<code cpp hello.cpp> 
-#include <iostream> 
  
-int main() { 
-  std::cout << "Hello, world!" << std::endl; 
-} 
-</code> 
programming/cpp.1618517782.txt.gz · Last modified: 2021/04/15 20:16 by nanodano