摘要: 现代c++学习导论 p2 关于<print> std::print() 的第一个参数是std::format_string, 形如"hello, world. x = {}" 接下来的参数数量要与第一个参数中{}的数量对应, 如std::print("x = {}, y = {}", x, y); 阅读全文
posted @ 2026-08-31 20:07 feng_qi_yun 阅读(11) 评论(0) 推荐(0)
摘要: 现代c++学习导论 书 c++23高级编程 6th(Professional c++ 6th edition) zlib / 清华 / github 环境的配置 由于MinGW的支持问题,推荐用wsl 1.预编译标准库 g++ -std=c++23 -fmodules-ts -fsearch-inc 阅读全文
posted @ 2026-08-02 16:52 feng_qi_yun 阅读(11) 评论(0) 推荐(0)