Login
Roast topics
Find topics
Find it!
From:
blog.llvm.org
(Uncensored)
subscribe
Text formatting in C++ using libc++ - The LLVM Project Blog
https://blog.llvm.org/posts/2022-08-14-libc++-format/
links
backlinks
Roast topics
Find topics
Roast it!
Historically formatting text in C++, using the standard library, has been unpleasant. It is possible to get nice output with the stream operators, but it is very verbose due to the stream manipulators.