Understanding C++17’s new [[fallthrough]] attribute.
What changes to expect to the sequence containers (for example, std::vector) in the upcoming C++17.
C++17 has not only added many new interesting things, it has removed and deprecated a few outdated features as well.
Continuing coverage of C++17’s new features with new aggregate initialization of base classes.
Our continuing series on C++17’s new features with an introduction to C++17’s structured bindings.
I continue my series on C++17’s features with the new __has_include
functionality.
This week I introduce C++17’s nested namespaces and std::clamp
library function.
This week I introduce C++17’s new support for if
and switch
init statements.
This week I introduce C++17’s fold expressions.
Using modern C++ to write extremely efficient high level programs for the Commodore 64.