Difference between revisions of "CPlusPlus"

From Lost In Wonderlands
Jump to: navigation, search
(C++ Topics)
(C++ Topics)
Line 27: Line 27:
 
* [https://en.wikipedia.org/wiki/Decltype Decltype]
 
* [https://en.wikipedia.org/wiki/Decltype Decltype]
 
* [https://boost-experimental.github.io/sml/cppnow-2019/#/ StateMachine]
 
* [https://boost-experimental.github.io/sml/cppnow-2019/#/ StateMachine]
* [https://www.fluentcpp.com/2019/05/31/the-difference-between-stdcopy_backward-and-stdcopy-with-reverse-iterators/ the-difference-between-stdcopy_backward-and-stdcopy-with-reverse-iterators]
 
  
 
==== Exceptions ====
 
==== Exceptions ====
Line 49: Line 48:
 
===== Qt Type Casting =====
 
===== Qt Type Casting =====
 
* https://stackoverflow.com/questions/4518163/how-does-qobject-cast-work
 
* https://stackoverflow.com/questions/4518163/how-does-qobject-cast-work
 +
 +
==== Ranges in C++ and STL ====
 +
* [https://www.fluentcpp.com/2018/04/13/moving-ranges-stl/ moving-ranges-stl}
 +
* [https://www.fluentcpp.com/2019/05/31/the-difference-between-stdcopy_backward-and-stdcopy-with-reverse-iterators/ the-difference-between-stdcopy_backward-and-stdcopy-with-reverse-iterators]
 +
* [https://www.fluentcpp.com/2017/03/28/inserting-several-elements-into-an-stl-container/ inserting-several-elements-into-an-stl-container]
 +
*[https://www.fluentcpp.com/2017/04/21/how-to-split-a-string-in-c/ how-to-split-a-string-in-c]
  
 
=== Boost ===
 
=== Boost ===

Revision as of 15:16, 5 June 2019

C++ programming Language

See also

C++



C++ Builder

C++ Standard Library

C++ Topics

Exceptions

C++ traits

C++ type Casting

Qt Type Casting

Ranges in C++ and STL

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