Difference between revisions of "CPlusPlus"

From Lost In Wonderlands
Jump to: navigation, search
(tutorials)
(source code)
Line 97: Line 97:
  
 
== source code ==
 
== source code ==
* ModernC++ JSON,  https://github.com/nlohmann/json/releases/tag/v3.6.0
+
=== modern C++ ===
 +
* github search, https://github.com/search?q=modern+c%2B%2B
 +
* JSON,  https://github.com/nlohmann/json/releases/tag/v3.6.0
  
 
== tutorials ==
 
== tutorials ==

Revision as of 13:13, 20 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