std::C++ Versions
Some parts of this website have contents that only apply to specific versions of the C++ language standard.
These are preceded by one of these labels:
version | description |
C++98 | C++ 1998/2003 Standard |
C++11 | C++ 2011 Standard |
C++14 | C++ 2014 Standard |
Non-standard | Non standard feature. |
Please, check the documentation of your compiler to find out which standard it conforms to. Most compilers today comply with the C++03 standard, although support for C++11 and C++14 features is growing.