Namespaces
Variants
Actions

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

[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.

[