Useful resources
From cppreference.com
                    
                                        
                    < cpp
                    
                                                            
                    - The Standard C++ Foundation - Non-profit hub for C++ news, articles, and events
 
C++ FAQs
- isocpp.org C++ FAQ - unified FAQ by the Standard C++ Foundation.
 - Bjarne Stroustrup FAQ - Answers to the frequently asked questions from the creator of the language
 - Bjarne Stroustrup C++11 FAQ - Additional FAQ regarding the recent changes to the C++ language standards
 - StackOverflow.com C++ FAQ - Best answers to the frequently asked C++ questions on the programmers' Q&A website StackOverflow.com
 - C++17 in Tony Tables New features in C++17 with examples.
 
C++ Language and library references
- JTC1/SC22/WG21 - The C++ Standards Committee, includes draft C++ language standards, proposals, and defect reports
 - eel.is/c++draft - HTML version of current draft
 - ansi.org Official C++ ISO/IEC 14882:2017 for purchase
 - Apache - Reference manual for the Apache implementation of the C++ standard library
 - IBM AIX 13.1.3 IBM zOS 2.3.0 Reference manual for the IBM implementation of C and C++ core languages
 - IBM AIX 13.1.3 Reference manual for the IBM implementations of the C++ standard library
 - MSDN - Reference manual for the Microsoft implementation of the C++ core language
 - MSDN - Reference manual for the Microsoft implementation of the C++ library
- dinkumware - C++ Standard Library implementation that ships with Microsoft Visual C++
 
 - GNU libstdc++ - Reference manual for the GNU implementation of the C++ library
 - HP - Reference manual for the Dinkumware implementation of the C++ library (as licensed to HP)
 - cplusplus.com - Unofficial C++ standard library reference
 - SGI STL (hosted on rrsd.com) - Reference for STL, the 1994 library that introduced many concepts later adopted by the C++ standard library.
 
C++ ABIs
- Itanium C++ ABI de-facto C++ ABI standard, adopted by
 
Patterns, idioms, tips and tricks
- C++ Core Guidelines by Bjarne Stroustrup and Herb Sutter
 - C++ Samples modern C++ examples created by the community
 - More C++ Idioms at wikibooks.org
 - CeePlusPlusIdioms at c2.com
 - Welcome Back to C++ - Learn modern c++ ( MSDN )
 
Related standards
- JTC1/SC22/WG14 - the C Standards Committee, includes draft C language standards, proposals, and defect reports
 - POSIX.1-2008/IEEE Std 1003.1-2008/Cor 1-2013 - The operating system API of the Unix-compatible systems
 - Unicode 11.0 (6/5/2018) - The universal encoding standard for written characters