Difference between revisions of "CPlusPlus"

From Lost In Wonderlands
Jump to: navigation, search
(C++ Topics)
(C++ Topics)
Line 23: Line 23:
 
=== C++ Topics ===
 
=== C++ Topics ===
 
* [http://thbecker.net/articles/rvalue_references/section_01.html rValue]
 
* [http://thbecker.net/articles/rvalue_references/section_01.html rValue]
* [https://accu.org/index.php/journals/227 lvalue and rvalue]
+
* [https://accu.org/index.php/journals/227 lValue and rValue]
 
* [https://isocpp.org/blog/2012/11/universal-references-in-c11-scott-meyers &&]
 
* [https://isocpp.org/blog/2012/11/universal-references-in-c11-scott-meyers &&]
 
* [https://en.wikipedia.org/wiki/Decltype Decltype]
 
* [https://en.wikipedia.org/wiki/Decltype Decltype]

Revision as of 11:26, 23 May 2019

C++ programming Language

See also

C++



C++ Builder

C++ Standard Library

C++ Topics

Exceptions

C++ traits

C++ type Casting

Qt Type Casting

Boost


C++ API Design

Qt API Design

C++ Evolutions

Support in compilers

ISOCPP

C++ 03

C++ 11

C++ 14

C++ 17

C++20

C++ Coding Styles

Iso C++ Coding Style

https://github.com/isocpp/CppCoreGuidelines Iso C++ Coding Style on Github ]

C++ Coding Style on Github

coding-standards

c++ coding styles by Bjarne and Herb

Mozilla C++ Coding Style

Google C++ Coding style

high-integrity-cpp-coding-standard

C++ Portability

Using_CXX_in_Mozilla_code

C++ Testing

CppUnit

Google Test

Tools

Others

compilers

IDE

on line compilers

blogs

source code

modern C++

tutorials

awesome-programming.com

Books