Difference between revisions of "CPlusPlus"

From Lost In Wonderlands
Jump to: navigation, search
(C++)
(C++ Testing)
Line 55: Line 55:
 
=== C++ Testing ===
 
=== C++ Testing ===
  
CppUnit
+
[[CppUnit]]
 
* https://en.wikipedia.org/wiki/CppUnit
 
* https://en.wikipedia.org/wiki/CppUnit
 
* https://sourceforge.net/projects/cppunit/
 
* https://sourceforge.net/projects/cppunit/
 +
* https://freedesktop.org/wiki/Software/cppunit/
 +
 +
[[Google Test]]
  
 
== Tools ==
 
== Tools ==

Revision as of 10:56, 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

Google Test

Tools

IDE

blogs

tutorials

Books