Difference between revisions of "CPlusPlus"

From Lost In Wonderlands
Jump to: navigation, search
(blogs)
(blogs)
Line 71: Line 71:
  
 
== blogs ==
 
== blogs ==
* Meeting C++, a news site on C++ , new specifications , http://meetingcpp.com/index.php/books.html
+
* [http://meetingcpp.com/index.php/books.html Meeting C++, a news site on C++ , new specifications]
* cppReferences, http://en.cppreference.com/w/
+
* [http://en.cppreference.com/w/ cppReferences]
* cpp optimizing with static analysis tools, http://kdab.developpez.com/tutoriels/clazy/cpp-static-analysis/
+
* [http://kdab.developpez.com/tutoriels/clazy/cpp-static-analysis/ cpp optimizing with static analysis tools]
* C++, Qt, OpenGL, CUDA, http://guillaume.belz.free.fr/doku.php
+
* [http://guillaume.belz.free.fr/doku.php C++, Qt, OpenGL, CUDA]
  
 
* [https://www.fluentcpp.com Fluent{C++}]
 
* [https://www.fluentcpp.com Fluent{C++}]

Revision as of 22:23, 10 February 2019

C++ programming Language

See also


C++

C++ Builder

C++ Standard Library

C++ type Casting

Qt Type Casting

C++ Evolutions

C++ 11

C++ 14

C++ 17


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

IDE

blogs

tutorials

Books