SOComputing Published 2021-03-19 11:39:41


- For more, See:
Bjarne Stroustrup's homepage:
https://www.stroustrup.com/
The C++ Programming Language (4th Edition):
https://www.stroustrup.com/4th.html
The C++ Programming Language:
https://www.stroustrup.com/C++.html
The ISO C++ Standard:
C++ is standardized by ISO (The International Standards Organization) in collaboration with national standards organizations, such as :
ANSI (The American National Standards Institute),
BSI (The British Standards Institute),
DIN (The German national standards organization).
The original C++ standard was issued in 1998;
a minor revison in 2003,;
and a major update, C++11, was issued in September 2011,;
and the current standard is C++14.
During it's development, C++11 was referred to as C++0x.
After that, C++14 and C++17 were delivered according to a new ambitions 3-year schedule.
Currently the standards committee is working to produce a new standard, a major revision, in 2020: C++20
The PreviousResources about C++
The Next返回列表