October 21st, 2024

C++23: ISO/IEC 14882:2024

ISO/IEC 14882:2024 is the latest C++ standard, published in October 2024, replacing the 2020 version. It includes extensive features and supports Sustainable Development Goal 9 on industry and innovation.

Read original articleLink Icon
C++23: ISO/IEC 14882:2024

ISO/IEC 14882:2024 is the latest international standard for the C++ programming language, published in October 2024. This document outlines the requirements for C++ implementations, defining the language and specifying additional features that extend beyond the C programming language, as described in ISO/IEC 9899:2018. Key enhancements in C++ include support for various data types, classes, templates, exceptions, namespaces, operator overloading, function name overloading, and memory management operators. The standard is published by the ISO/IEC JTC 1/SC 22 technical committee and consists of 2104 pages. It replaces the previous version, ISO/IEC 14882:2020, and contributes to Sustainable Development Goal 9, which focuses on industry, innovation, and infrastructure. The standard is now available for purchase in PDF format.

- ISO/IEC 14882:2024 is the new standard for C++ programming language.

- The standard includes extensive features beyond those in the C language.

- It was published in October 2024 and consists of 2104 pages.

- This standard replaces the previous version from 2020.

- It supports Sustainable Development Goal 9 related to industry and innovation.

Link Icon 3 comments
By @fanf2 - 6 months