Difference between revisions of "CPlusPlus"

From Lost In Wonderlands
Jump to: navigation, search
(source code)
(blogs)
Line 85: Line 85:
 
* [http://guillaume.belz.free.fr/doku.php C++, Qt, OpenGL, CUDA]
 
* [http://guillaume.belz.free.fr/doku.php C++, Qt, OpenGL, CUDA]
 
* [http://cppcast.com/2019/02/john-regehr/ cppcast john-regehr]
 
* [http://cppcast.com/2019/02/john-regehr/ cppcast john-regehr]
 +
* [https://arne-mertz.de/2019/03/macro-evil/ Simplify C++]
  
 
* [https://www.fluentcpp.com Fluent{C++}]
 
* [https://www.fluentcpp.com Fluent{C++}]

Revision as of 19:44, 21 March 2019

C++ programming Language

See also

C++

C++ Builder

C++ Standard Library

C++ type Casting

Qt Type Casting

C++ Evolutions

C++ 11

C++ 14

C++ 17


C++ Coding Styles

Iso C++ Coding Style

c++ coding styles by Bjarne and Herb

Mozilla C++ Coding Style

Google C++ Coding style

C++ Testing

CppUnit

Google Test

Tools

Others

IDE

on line compilers

blogs

source code

modern C++

tutorials

Books