C++ Modern Features — a practical guide to modern C++ features with clear examples you can reuse in real projects.
C++ Tutorial Series (101/111). Prefer one article? Read the complete C++ tutorial.
Short description
Modern C++ is about safer defaults and clearer intent.
Modern defaults
auto where clear
range-for
smart pointers
STL algorithms
constexpr / noexcept thoughtfully