Developing as a programmer

I have been learning C++ for three months now and in that time created a number of applications for my company. I consider myself fairly comfortable with C++ / MFC and STL, however I don't just want to be an OK programmer, I want to be a good programmer. I have a few books on best practices but I was wondering if anyone could suggest reading materials that helped them and any disciplines which should be encouraged?

Thanks!


For C++, Scott Meyers books are very good, and will help take you to the next level.

If you don't already have it C++ by Bjarne Stroustrup, 3rd Edition


我将从实用程序员,代码完成,重构和设计模式开始。


呃...自学十年编程(Peter Norvig)

链接地址: http://www.djcxy.com/p/40250.html

上一篇: pImpl习语在实践中是否真的被使用?

下一篇: 作为程序员开发