GoogleTest是Google开源的一个测试框架,使用这个框架我们可以很方便的对我们的项目进行测试; 本文讲述了GoogleTest的基本使用; 源代码: https://github.com/JasonkayZK/cpp-learn/tree/lib/gtest https://github.com/google/googletest
fmt库是一个先进的文本格式库,具有现代语言的特征,用来代替C的stdio和C++中的iostreams; 本文讲解了如何使用C++的开源库:fmt; 源代码: https://github.com/JasonkayZK/cpp-learn/tree/lib/fmt 开源库地址: https://github.com/fmtlib/fmt