C++03
Sign in to saveAlso known as ISO/IEC 14882:2003
C++03 is a version of the ISO/IEC 14882 standard for the C++ programming language. It is defined by two standards organizations, the International Organization for Standardization (ISO) and the International Electrotechnical Commission (IEC), in standard ISO/IEC 14882:2003.
Wikidata facts
- Official website
- www.iso.org/standard/38110.html
Show 3 more facts
- publication date
- 2003-10-00
- exact match
- www.iso.org/standard/38110.html
- number of pages
- 757
Sources (1)
via Wikidata · CC0
~1 min read
Article
2 sectionsContents
- See also
- References
C++03 is a version of the ISO/IEC 14882 standard for the C++ programming language. It is defined by two standards organizations, the International Organization for Standardization (ISO) and the International Electrotechnical Commission (IEC), in standard ISO/IEC 14882:2003.
C++03 replaced the prior C++98 standard. C++03 was later replaced by C++11. C++03 was primarily a bug fix release for the implementers to ensure greater consistency and portability. This revision addressed 92 core language defect reports, 125 library defect reports, and included only one new language feature: value initialization.