8. 参考资源

8.1. 官方资源

8.2. 在线工具

8.3. 书籍推荐

8.3.1. 入门

  • 《C++ Primer》(第5版) - Stanley B. Lippman

  • 《A Tour of C++》(第2版) - Bjarne Stroustrup

8.3.2. 进阶

  • 《Effective Modern C++》 - Scott Meyers

  • 《C++ Concurrency in Action》(第2版) - Anthony Williams

  • 《The C++ Programming Language》(第4版) - Bjarne Stroustrup

8.3.3. 高级

  • 《C++ Templates: The Complete Guide》(第2版)

  • 《Modern C++ Design》 - Andrei Alexandrescu

8.4. 在线教程

8.5. 常用库

库名

用途

链接

Boost

通用工具库

https://www.boost.org/

GoogleTest

单元测试

https://github.com/google/googletest

nlohmann/json

JSON 解析

https://github.com/nlohmann/json

fmt

格式化库

https://github.com/fmtlib/fmt

spdlog

日志库

https://github.com/gabime/spdlog

OpenSSL

加密库

https://www.openssl.org/

libcurl

HTTP 客户端

https://curl.se/libcurl/

Asio

异步 I/O

https://think-async.com/Asio/

8.6. 工具

8.6.1. 编译器

8.6.2. 构建工具

8.6.3. 包管理器

8.6.4. 静态分析

8.6.5. IDE

8.7. 社区