C++....book

Feb 4, 2010 at 11:32pm
I have safari bookshelf unlimited. I have access to thousands of C++ books.

My question...which one(s) should I read to really master all aspects of the language..meaning everything from basic syntax, console applications, desktop applications and more. What should I read first.
Feb 5, 2010 at 12:02am
Feb 5, 2010 at 8:16am
closed account (j3bk4iN6)
I liked starting with Ivor Horton's beginning visual C++ 2008
Feb 5, 2010 at 8:48am
closed account (z05DSL3A)
Programming: Principles and Practice Using C++
by Bjarne Stroustrup

The C++ Programming Language: Third Edition
by Bjarne Stroustrup

The C++ Standard Library: A Tutorial and Reference
by Nicolai M. Josuttis

C++ Templates: The Complete Guide
by David Vandevoorde, Nicolai M. Josuttis

Start with the first book, the second book is good when/if you have a little more experience.
Last edited on Feb 5, 2010 at 8:54am
Feb 5, 2010 at 9:54am
closed account (j3bk4iN6)
Another good book to have is
Hacker's Delight
by Henry S. Warren

I'll have to look into those other books supplied by grey wolf, A book I'm waiting for is
Microsoft Visual C++ Windows Applications by Example: Code and explanation for real-world MFC C++ Applications (Paperback)
by Stefan Björnander
because I wanna learn more about making windows applications

Beginning Game Programming, Third Edition (Paperback)
by Jonathan S. Harbour
because I wanna try my hand in implementing pixels
Last edited on Feb 5, 2010 at 10:01am
Topic archived. No new replies allowed.