Useful resources
From cppreference.com
< cpp
Contents |
[edit] Standard C++ Foundation
- isocpp.org β Non-profit hub for C++ news, articles, and events.
- C++ FAQ β Unified FAQ by the Standard C++ Foundation.
- Mailing lists β The official public mailing lists.
[edit] C++ FAQs
- 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.
[edit] C++ standard documents and drafts
- JTC1/SC22/WG21 β The C++ Standards Committee, includes draft C++ language standards, proposals, and defect reports.
- N1146 (PDF) β C++98 final working draft.
- N1804 (PDF) β A working draft in early years (2005-04-27).
- N3337 (PDF, HTML) β C++11 first post-publication draft (2012-01-16).
- N4140 (PDF, HTML) β C++14 final working draft (2014-10-07).
- N4659 (PDF, HTML) β C++17 final working draft (2017-03-21).
- N4861 (PDF, HTML) β C++20 final working draft (2020-04-01).
- N4950 (PDF, HTML) β C++23 final working draft (2023-05-10).
- N5008 (PDF) β C++ latest working draft (2025-03-15).
- cplusplus/draft β The official GitHub repository of current draft.
- eel.is/c++draft β HTML version of current draft.
[edit] C++ language and library references
- Apache β Reference manual for the Apache implementation of the C++ standard library.
- IBM AIX 16.1 IBM zOS 3.1.0 β Reference manual for the IBM implementation of C and C++ core languages.
- IBM AIX 16.1 β 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++.
- Open STL β MSVC's implementation of modern C++ Standard Library.
- GNU libstdc++ β Reference manual for the GNU implementation of the C++ library.
- libstdc++-v3 β GNU implementation of the C++ library.
- libc++ documentation β clang/llvm project's documentation for the implementation of the C++ Standard Library.
- libc++ β clang/llvm implementation of the C++ Standard Library.
- HP β Reference manual for the Dinkumware implementation of the C++ library (as licensed to HP).
- EWL β Reference manual for the Embedded Warrior implementation of the C++ library.
- 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.
[edit] C++ ABIs
- Itanium C++ ABI β De-facto C++ ABI standard, adopted by
[edit] Patterns, idioms, tips and tricks
- C++ Core Guidelines β By Bjarne Stroustrup and Herb Sutter.
- C++ Patterns β 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).
[edit] Related standards
- JTC1/SC22/WG14 β The C Standards Committee, includes draft C language standards, proposals, and defect reports.
- POSIX.1-2024/IEEE Std 1003.1-2024 β The operating system API of the Unix-compatible systems.
- The Unicode Standard β The universal encoding standard for written characters.
[edit] Might be also useful
- C++17 in Tony Tables β New features in C++17 with examples.
This section is incomplete Reason: Maybe add stuff like less formal but influential articles, blogs, sites. |
[edit] See also
C documentation for External Links
|