jdhao's digital space
Recent content on jdhao's digital space
马上订阅 jdhao's digital space RSS 更新: https://jdhao.github.io/index.xml
Pretty Output Format in C++
2021年7月4日 00:26
Although std::cout in C++ is powerful, it lacks the ease of use of format
string in Python. Fortunately, the 3rd party package fmt
provides a similar feature for C++.