Books for learning C++?

KevinO

[H]ard|Gawd
Joined
Aug 6, 2004
Messages
1,433
I am headed to the mall in a couple of hours that has a books-a-million. What are some good books to get me started on the path to learning C++ (both learning and good reference)?

Thanks.
 
C++ Primer, 4th ed, by Lippman, LaJoie, and Moo. ISBN: 0201721481

The C++ Programming Language, by Stroustrup. ISBN: 0201700735

The C++ Standard Library: A Tutorial and Reference, by Josuttis. ISBN: 0201379260
 
if you're a gamer, check out this site:

gametutorials.com they're fucking brilliant.
 
Programming Abstractions in C++
by Eric S. Roberts

Best introductory text I have found so far.
 
Back
Top