C++11 – The First Modern C++ Standard C++11
- C++ 11 – cppreference (language and library reference)
- cplusplus (standard library reference with examples, C++11 & C++14)
- ISO C++11 (N3337) (Standard as HTML)
Related Articles
Related Links
- C++ Weekly: C++11: The Important Parts in 12 Minutes
- C++ Weekly: Learning "Modern" C++ 1: The Tools
- C++ Weekly: Learning "Modern" C++ 2: Hello World
- C++ Weekly: Learning "Modern" C++ 3: Inheritance
- C++ Weekly: Learning "Modern" C++ 4:
const
andconstexpr
- C++ Weekly: Learning "Modern" C++ 5: Looping and Algorithms