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

An Extraterrestrial Guide to C++20 Text Formatting

$
0
0

std::format

In C++20, we have a new and cool way to do text formatting. It’s more like Python style and combines C-Style printf and with modern C++ type-safety. In this guest post written by the author of the proposal - Victor Zverovich - you’ll learn how to use this new technique!

Read more...

Viewing all articles
Browse latest Browse all 325

Trending Articles