Modern C++
- cppreference (language & standard library reference with examples, C++11/14/17/20; technical specifications)
- cplusplus (standard library reference with examples, C++11 & C++14)
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