Difference between revisions of "CPlusPlus"

From Lost In Wonderlands
Jump to: navigation, search
(Qt Type Casting)
(blogs)
Line 103: Line 103:
  
 
== blogs ==
 
== blogs ==
 +
* [https://isocpp.org/get-started isocpp]
 
* [http://meetingcpp.com/index.php/books.html Meeting C++, a news site on C++ , new specifications]
 
* [http://meetingcpp.com/index.php/books.html Meeting C++, a news site on C++ , new specifications]
 
* [http://en.cppreference.com/w/ cppReferences]
 
* [http://en.cppreference.com/w/ cppReferences]

Revision as of 01:45, 31 March 2019

C++ programming Language

See also

C++



C++ Builder

C++ Standard Library

C++ highlights

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

IDE

on line compilers

blogs

source code

modern C++

tutorials

Books