An Extraterrestrial Guide to C++20 Text Formatting

1 · Bartłomiej Filipek · Feb. 17, 2020, 9:21 a.m.
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......