example program book

Feb 16, 2009 at 4:19pm
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.
Feb 16, 2009 at 4:49pm
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.
Feb 16, 2009 at 5:06pm
Feb 16, 2009 at 7:16pm
Complete Reference - Herbert Schildt
Feb 16, 2009 at 8:41pm
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.
Feb 18, 2009 at 3:32pm
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.
Mar 19, 2009 at 10:46am
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 Mar 19, 2009 at 10:46am
Topic archived. No new replies allowed.