Difference between revisions of "CPlusPlus"

From Lost In Wonderlands
Jump to: navigation, search
(C++ highlights)
(C++ highlights)
Line 23: Line 23:
 
=== C++ highlights ===
 
=== C++ highlights ===
 
* [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://isocpp.org/blog/2012/11/universal-references-in-c11-scott-meyers &&]
 
* [https://isocpp.org/blog/2012/11/universal-references-in-c11-scott-meyers &&]
  

Revision as of 23:48, 30 March 2019

C++ programming Language

See also

C++



C++ Builder

C++ Standard Library

C++ highlights

C++ type Casting

Qt Type Casting

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

IDE

on line compilers

blogs

source code

modern C++

tutorials

Books