C++ General: What are good books about C++ ?
Q: What are good books on C++?
A:
A free e-book:- Thinking in C++ by Bruce Eckel is available here.
<br>
Some of the above were already reviewed by others. Take a look here. To get reviews on many other books go here...
FAQ contributed by: [Kevin Hall] [Sam Hobbs] [NMTop40] [elpiper] [miteshpandey]
<br><br>
Re: C++: What are good books about C++ ?
Thinking in C++ and Effective STL are both excellent books in my opinion.
Black Belt C++ also by Bruce Eckel is another good C++ book. Its lighter reading than Thinking in C++, and its not a reference type book at all, but it does have a good variety of subjects that hit on C++ topics at all levels. There are beginner topics as well as more advanced stuff. Its pretty interesting reading too, especially if you are a big computer nerd like me.
Anyway, its not a teach C++ or a reference book at all but it does have some really good essays by Bruce Eckel and others, and I would recommend it completely.
Re: C++ General: What are good books about C++ ?
I found this book very useful.
C++ Without Fear::by Brain Overland
Teaches you the basics, also covers more advanced 'ideas' later in the book. Which to be honest lost me a bit.
You get a free CD as well, with a compliler and source codes from the book. Even with the last chapters, i still recommend it.
Re: C++ General: What are good books about C++ ?
Consider, Design Patterns by Eric Gamma, Richard Helm, Ralph Johnson, John M. Vlissides
Re: C++ General: What are good books about C++ ?
Also this guide here is pretty good for C++.
It's free and AWESOME for new people: http://msdn.microsoft.com/en-us/beginner/cc305129.aspx
Re: C++ General: What are good books about C++ ?
I think "How to program C++" by Deitel is good for beginners.
Re: C++ General: What are good books about C++ ?
I'd suggest "Sam's Teach Yourself" to be a great book for beginners.
Re: C++ General: What are good books about C++ ?
It's one of the most recently published and includes changes to the latest C++ standard, C++11.
Re: C++ General: What are good books about C++ ?
The following is also worth mentioning. It seems that many really like it and many really do not. People should read the description of its purpose before purcahsing.
Programming: Principles and Practice Using C++
Bjarne Stroustrup
Addison-Wesley Professional
ISBN-10: 0321543726
ISBN-13: 978-0321543721
"An Introduction to Programming by the Inventor of C++"