0.C++ 一个专门做C++的网站
一.以下内容来自LEARN C++ 的《更好编写C++程序的5个建议》部分
1.C++的一些标准:
2.读其他人的C++代码:
Code Whitting 如何阅读一个项目
3.一些C++社团:
StackOverflow 最流行的编程问答网站
CodeProject 这个社区人好多啊
4.Errors are developers best friend. Understand what the error is about. Follow the error trail that takes you to the root of the issue, fix them and learn from them.
5.Only practice will make you a better programmer.(写的很好,就不翻译了)
6.设计模式
7.相关网站
tutorialspoint 一个很全面的网站
Milo的博客 C++的四个境界
8.C++开源库清单
A list of open source C++ libraries