Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Developing as a programmer

Tags:

c++

stl

mfc

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!

like image 772
Konrad Avatar asked Nov 28 '08 15:11

Konrad


2 Answers

I would start with the Pragmatic Programmer, Code Complete, Refactoring and Design Patterns.

like image 149
CheGueVerra Avatar answered Oct 20 '22 00:10

CheGueVerra


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

like image 25
Mitch Wheat Avatar answered Oct 20 '22 00:10

Mitch Wheat