C++ Standard Overview

C++ standard

So far, the list of C++ standards is as follows:

  • C89
  • C99
  • C11
  • C++ 98
  • C++ 03
  • C++ 11
  • C++ 14
  • C++ 17

Where can I download it?

In the book "STL Source Code Analysis" , the SGI STL source code is mainly used as an example to explain. According to the download link specified in the book: stlport.org , it is known that it is open for download on sourceforge:

When looking at the source code of STLPORT-5.2.1, I saw from the FAQ document:

Q1.0 What is STLport?
A1.0 STLport is an implementation of the C++ Standard Library, as described
in the INTERNATIONAL STANDARD ISO/IEC 14882:1998(E) and latest
ISO/IEC 14882:2003(E).

So, where can I download it?
Recommend an e-book download site:

Enter: 14882 2017 and click search to get the C++17 standard pdf, then click [2] to download.

Through train:
http://gen.lib.rus.ec/search.php?req=14882+2017&open=0&res=25&view=simple&phrase=1&column=def

Insert picture description here

Guess you like

Origin blog.csdn.net/xmcy001122/article/details/107407497