Difference between revisions of "CPlusPlus"

From Lost In Wonderlands
Jump to: navigation, search
(C++ traits)
(C++ traits)
Line 31: Line 31:
 
* [https://en.wikipedia.org/wiki/Trait_(computer_programming) traits]
 
* [https://en.wikipedia.org/wiki/Trait_(computer_programming) traits]
 
* [https://accu.org/index.php/journals/442 c++ traits]
 
* [https://accu.org/index.php/journals/442 c++ traits]
 +
* [https://www.developpez.net/forums/d1864075/c-cpp/cpp/traits-cpp/ developpez.net]
  
 
=== C++ type Casting ===
 
=== C++ type Casting ===

Revision as of 22:20, 15 April 2019

C++ programming Language

See also

C++



C++ Builder

C++ Standard Library

C++ highlights

C++ traits

C++ type Casting

Qt Type Casting

Boost

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++ Testing

CppUnit

Google Test

Tools

Others

compilers

IDE

on line compilers

blogs

source code

modern C++

tutorials

Books