tags:

views:

130

answers:

1

Possible Duplicates:
Suggested C++ books?
Language Books/Tutorials for popular languages
Project-based books / websites

Hello everyone! I am trying to learn C++ better. I know the basics of it, but I want to deepen my knowledge. What are some good books that not only teach you concepts of the language, but give projects for you to do to get some hands on with the topic you are learning?

Please let me know, Thanks

+1  A: 

You could start here:

A great way to improve your coding is to look at experienced programmers' code. There are many C++ based open-source projects at SourceForge.

Mitch Wheat