Quantcast
Channel: Bartek's coding blog
Viewing all articles
Browse latest Browse all 325

17 Smaller but Handy C++17 Features

$
0
0

When you see an article about new C++ features, most of the time you’ll have a description of major elements. Looking at C++17, there are a lot of posts (including articles from this blog) about structured bindings, filesystem, parallel algorithms, if constexpr, std::optional, std::variant… and other prominent C++17 additions.

But how about some smaller parts? Library or language improvements that didn’t require decades to standardise or violent “battles” at the ISO meetings.

In this article, I’ll show you 17 (plus a few extra!) smaller C++17 things that will improve your code.

Read more...

Viewing all articles
Browse latest Browse all 325

Trending Articles