0.C++ 一个专门做C++的网站
一.以下内容来自LEARN C++ 的《更好编写C++程序的5个建议》部分
1.C++的一些标准:
2.读其他人的C++代码:
3.一些C++社团:
StackOverflow 最流行的编程问答网站
Codechef 一个很大的程序员社区。
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.(写的很好,就不翻译了)
tutorialspoint 一个很全面的网站
原文:http://www.cnblogs.com/algs/p/7636026.html