C++
Versions
C++981998 First standardized version, includes STL.C++032003 Bug fixes and clarifications for C++98.C++112011 Major overhaul: auto, lambdas, nullptr, move semantics, concurrency support.C++142014 Refinements to C++11: generic lambdas, return type deduction, binary literals.C++172017 Structured bindings, filesystem, parallel algorithms, std::optional, std::variant.C++202020 Concepts, ranges, coroutines, modules (experimental), expanded template features.C++232023 Pattern matching, std::flat_map, improved lambdas, expanded ranges.