C++11
2011 edition of the C++ programming language standard
Why this is trending
Interest in “C++11” spiked on Wikipedia on 2026-02-26.
Categorised under Technology, this article fits a familiar pattern. wt.cat.technology.2
By monitoring millions of daily Wikipedia page views, GlyphSignal helps you spot cultural moments as they happen and understand the stories behind the numbers.
Key Takeaways
- C++11 is a version of a joint technical standard, ISO/IEC 14882, by the International Organization for Standardization (ISO) and International Electrotechnical Commission (IEC), for the C++ programming language.
- The name follows the tradition of naming language versions by the publication year of the specification, though it was formerly named C++0x because it was expected to be published before 2010.
- Areas of the core language that were significantly improved include multithreading support, generic programming support, uniform initialization, and performance.
- C++11 was published as ISO/IEC 14882:2011 in September 2011 and is available for a fee.
- C++11 was fully supported by Clang 3.
C++11 is a version of a joint technical standard, ISO/IEC 14882, by the International Organization for Standardization (ISO) and International Electrotechnical Commission (IEC), for the C++ programming language. C++11 replaced the prior version of the C++ standard, named C++03, and was later replaced by C++14. The name follows the tradition of naming language versions by the publication year of the specification, though it was formerly named C++0x because it was expected to be published before 2010.
Although one of the design goals was to prefer changes to the libraries over changes to the core language, C++11 does make several additions to the core language. Areas of the core language that were significantly improved include multithreading support, generic programming support, uniform initialization, and performance. Significant changes were also made to the C++ Standard Library, incorporating most of the C++ Technical Report 1 (TR1) libraries, except the library of mathematical special functions.
C++11 was published as ISO/IEC 14882:2011 in September 2011 and is available for a fee. The working draft most similar to the published C++11 standard is N3337, dated 16 January 2012; it has only editorial corrections from the C++11 standard.
C++11 was fully supported by Clang 3.3 and later, and by GNU Compiler Collection (GCC) 4.8.1 and later.
Design goals
The design committee attempted to stick to a number of goals in designing C++11:
Content sourced from Wikipedia under CC BY-SA 4.0