Difference between revisions of "CPlusPlus"

From Lost In Wonderlands
Jump to: navigation, search
(C++ 17)
(C++ Coding Styles)
Line 91: Line 91:
 
Google C++ Coding style
 
Google C++ Coding style
 
* https://google.github.io/styleguide/cppguide.html
 
* https://google.github.io/styleguide/cppguide.html
 +
 +
=== C++ Portability ===
 +
 +
* [https://developer.mozilla.org/en-US/docs/Mozilla/Using_CXX_in_Mozilla_code Using_CXX_in_Mozilla_code]
  
 
=== C++ Testing ===
 
=== C++ Testing ===

Revision as of 10:05, 6 May 2019

C++ programming Language

See also

C++



C++ Builder

C++ Standard Library

C++ highlights

C++ traits

C++ type Casting

Qt Type Casting

Boost


C++ API Design

Qt API Design

C++ Evolutions

ISOCPP

C++ 03

C++ 11

C++ 14

C++ 17

C++20

C++ Coding Styles

Iso C++ Coding Style

c++ coding styles by Bjarne and Herb

Mozilla C++ Coding Style

Google C++ Coding style

C++ Portability

C++ Testing

CppUnit

Google Test

Tools

Others

compilers

IDE

on line compilers

blogs

source code

modern C++

tutorials

Books