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

Menu Class - Example of Modern C++17 STL features

$
0
0

Writing articles about modern C++ features is a lot of fun, but what’s even better is to see how you use those new things in real world.

Today I’m happy to present a guest post article from JFT who was so kind to describe his project where he uses several C++17 features.
He shared the process of building a menu that is based on std::any, std::variant and std::optional.

Have a look!

Read more...

Viewing all articles
Browse latest Browse all 325

Trending Articles