example program book

is there a example program book or website that goes from basic to advanced while teaching c++ through examples. Ive programmed c++ before and want to get back into it again and find teaching through example very helpful. thanks.
If you're looking for a book I recommend How to Program C++ -Sixth Edition- from Deitel. Each chapter teaches through hands on examples while working towards completing a larger system and it includes boost and ogre3d libraries.
Complete Reference - Herbert Schildt
I've tried How to program C++ by Deitel. I also worked through Accelerated C++ by Koenig & Moo. I've just started working through a new book "You can program in C++" written by Francis Glassborow. Its definately the best book ive read so far for a beginner.

I am working through it and regularly update my webspace with the solutions to the exercises as i go along. Let me know if you get this book and i will give you the link to my webpages.
I have been reading C++ A Software Engineering Approach, by Victor Shtern, which has tons of examples. And of course this forum helps a lot. I will try the tutorials like Bazzy said. I have read Herbert Schildt for a different language and he is very good to, as mentioned by kevinchkin above.
I bought the solutions to Deitel C++ 6th Edition and the solution codes too. Helped me a lot. If you want them email me solutionbuy[at]gmail.com

Well I sucked at programming and that was the only solution.
Last edited on
Topic archived. No new replies allowed.