Learning More

I consider myself well versed in C++ and have programming experience in C++. However, I want to know more about programming in C++. I want to know how to use it better, or program at a higher level.

Are there books for this? Most books are for beginners, or are there journals or blogs that I should be reading?

Professional C++ 2nd Edition is a good one for people that are of moderate experience.

These are generally very insightful.

http://www.gotw.ca/gotw/
The big ol' book of Stroustrup. ;-)
http://oodesign.com/

Or, as already mentioned, Stroustrup. You could also try to browse some projects at http://sourceforge.net , http://github.com or http://code.google.com

You could also try to look into different programming paradigms other than the imperative one, you might gain an insight or two from that.
Topic archived. No new replies allowed.