Difference between revisions of "CPlusPlus"

From Lost In Wonderlands
Jump to: navigation, search
(blogs)
(C++)
Line 52: Line 52:
 
Google C++ Coding style
 
Google C++ Coding style
 
* https://google.github.io/styleguide/cppguide.html
 
* https://google.github.io/styleguide/cppguide.html
 +
 +
=== C++ Testing ===
 +
 +
CppUnit
 +
* https://en.wikipedia.org/wiki/CppUnit
 +
* https://sourceforge.net/projects/cppunit/
  
 
== Tools ==
 
== Tools ==

Revision as of 10:54, 30 January 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

Tools

IDE

blogs

tutorials

Books