More, more C++!

Hi, I am a beginner to C++. Right now, I am reading the cplusplus.com documentation. Now I just want to know about more books (good ones, mind you) or videos or any more documentations that I can read as I want to become an expert in C++. Any help would be much appreciated.

Shahmeer
Effective C++,
More Effective C++,
Effective STL,
Thinking in C++ (free),
C++ Primer,
The C++ Standard itself
Insert these in there somewhere, they're very, very good:

Design Patterns
API Design for C++
C++ Coding Standards
Exceptional C++
If you are a complete beginner to programming I would suggest you
Programming: Principles and Practice Using C++
http://www.amazon.com/Programming-Principles-Practice-Using-C/dp/0321543726/ref=sr_1_fkmr0_1?ie=UTF8&qid=1341232552&sr=8-1-fkmr0&keywords=bjorn+stroustrup+programming

At some chapters it's a little bit drily written, but the book has plenty background information.
Here's an okay website that I find useful sometimes:

www.cprogramming.com

It's not as dry as some of the books I read and it shows you syntax in an easy-to-understand way.

If you want to expand your knowledge of programming, here's an excellent c# site:

http://www.freewebs.com/campelmxna/tutorials.htm
Topic archived. No new replies allowed.