Modern C++
- cppreference (language & standard library reference with examples, C++11/14/17/20; technical specifications)
- cplusplus.com (standard library reference with examples, C++11 & C++14)
Related Articles
E – I
S
- Standard Library Associative Containers
- Standard Library Element-Wise Range Modifications
- Standard Library Existence Queries
- Standard Library Finding Algorithms
- Standard Library min/max Algorithms
- Standard Library Range Comparison Algorithms
- Standard Library Range Utilities
- Standard Library Removal Algorithms
- Standard Library Sequence Containers
- Standard Library Sequence Reordering Algorithms
- Standard Library Sequence Views
- std::span / gsl::span
- std::vector
- Strings (Basics)
- Strings: Which Function Parameter Type?
U
Videos
- 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
- Modern C++: What You Need to Know (2014)
- Back to the Basics! Essentials of Modern C++ Style (Herb Sutter, 2014)
- Modern C++ (Michael Caisse)
- Modern C++ Coming to Terms With Terms (Jon Kalb)
- C++11 Style (Bjarne Stroustrup)
- C++11/14 at Scale: What Have We Learned? (John Lakos & Vittorio Romeo, 2021)
- Modern C++ Design [1/2] (Titus Winters, 2018)
- Modern C++ Design [2/2] (Titus Winters, 2018)
- Modern C++ Lecture (Uni Bonn, 2018)