====== C++ Programming ====== 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 ===== * vim * emacs * gedit * Geany * Visual Studio Code * Visual Studio * XCode * Qt Creator * Code::Blocks * Eclipse * Netbeans * CLion ===== Compilers ===== * g++ (On Windows with MSYS2) * clang * TurboC++ (DOS) ==== Debuggers ==== * gdb ===== Build tools ===== * Make * CMake * Rake * Visual Studio * XCode * Eclipse ===== Code examples ===== See https://github.com/devdungeon/cookbook/