C/C++参考资料
C/C++
参考手册
cppreference
英文网站:https://en.cppreference.com/
中文网站:https://zh.cppreference.com/
离线手册:https://blog.youkuaiyun.com/m0_37316917/article/details/108294407
腾讯云
C:https://cloud.tencent.com/developer/doc/1023
C++:https://cloud.tencent.com/developer/doc/1024
Microsoft
C/C++和汇编程序文档
英文网站:https://learn.microsoft.com/en-us/cpp/
中文网站:https://learn.microsoft.com/zh-cn/cpp/
GCC
https://gcc.gnu.org/onlinedocs/gcc/
ISO/IEC C++标准
http://www.open-std.org/JTC1/SC22/WG21/
http://www.open-std.org/JTC1/SC22/WG21/docs/papers/
C++标准草案
https://www.pianshen.com/article/52972193942/
https://github.com/cplusplus/draft/
其他
https://cplusplus.com/reference/
https://www.apiref.com/cpp-zh/cpp/
C++元编程:https://zhuanlan.zhihu.com/p/87917516
C++17相比于C++14的主要变化:https://zhuanlan.zhihu.com/p/27551890
推荐书籍
- 《设计模式:可复用面向对象软件的基础》:结合面向对象设计实例,精选23个设计模式,总结实用设计经验,帮助改善程序代码结构。
- 《程序员的自我修养——链接、装载与库》:介绍系统软件的运行机制和原理,涉及Windows和Linux应用程序的编译时、链接时和运行时。
- 《深度探索C++对象模型》:专注于C++底层机制,阐述对象模型设计思想,有助于提高代码质量和提升程序性能。
- 《C++并发编程实战》:基于C++11新标准,阐述内存模型和原子操作,涉及并发编程、并行算法和线程管理。
- 《Effective C++》、《More Effective C++》、《Effective STL》:三部曲讲解旧标准和经验,帮助提高程序代码质量和提升程序运行效率。
“准”标准库
Boost官方网站:https://www.boost.org/
并行库
cppreference
C++标准库算法与并行策略:https://zh.cppreference.com/w/cpp/algorithm
Intel
oneapi:https://www.intel.com/content/www/us/en/developer/tools/oneapi/documentation-library.html
TBB
gitcode:https://gitcode.net/mirrors/oneapi-src/oneTBB
github:https://github.com/oneapi-src/oneTBB
Microsoft
PPL:https://learn.microsoft.com/zh-CN/cpp/parallel/concrt/parallel-patterns-library-ppl