Format
About fmt
/format
- fmt/format has been accepted into C++20
- It has the best of
printf
andcout
- Many compilers don't implement it yet
- We still depend on
<fmt/format.h>
1 2 3 4 5 6 7 8 9 10 11 |
|
1 2 3 4 5 |
|
1 |
|
1 |
|
1 |
|
1 2 |
|
1 |
|
1 2 |
|
1 2 |
|
1 2 3 4 5 |
|
1 |
|
1 2 3 |
|
About fmt
/format
printf
and cout
<fmt/format.h>
1 2 3 4 5 6 7 8 9 10 11 |
|
1 2 3 4 5 |
|
1 |
|
1 |
|
1 |
|
1 2 |
|
1 |
|
1 2 |
|
1 2 |
|
1 2 3 4 5 |
|
1 |
|
1 2 3 |
|