Skip to content

Latest commit

 

History

History
87 lines (76 loc) · 3.75 KB

Cpp11.md

File metadata and controls

87 lines (76 loc) · 3.75 KB

C++11 is the official name of the C++ standard accepted in 2011. Before, this standard was called 'C++0x'.

C++11 new features

  • Write in ISO Standard C++ [1]

External links