June 2017
Intermediate to advanced
532 pages
12h 59m
English
In the last recipe, we learned how to format the output with output streams. And while doing the same, we realized two facts:
A lot of people do not like I/O streams for such reasons, and even in C++, they still use printf for formatting their strings.
In this recipe, we will see how to format types on the fly without too much I/O manipulator noise ...
Read now
Unlock full access