Volume 2: Modern C++ Features
This volume covers the core modern features of C++11/14/17, from move semantics to smart pointers, from constexpr to lambda expressions, and from type safety to the filesystem library—systematically mastering the key knowledge that distinguishes "modern C++" from "old C++".
Chapter Navigation
00Move Semantics and Rvalue References01Smart Pointers and RAII02constexpr and Compile-Time Computation03Lambda Expressions and Functional Programming04Type Safety05Structured Bindings and Initialization06auto and decltype07Attribute System08string_view In Depth09Filesystem Library10Modern Error Handling11User-Defined Literals