• Hey Guest. Check out your NeoGAF Wrapped 2025 results here!

Recommend me a good C++ book

Status
Not open for further replies.

acklame

Member
I've mostly done Java at school (univeristy) for the past three years, and don't have much experience in C++, but I'd like to seriously learn/practice it now.

I'm looking for a general C++ book that has the following qualities:
- easy to read
- good explanation on pointers and reference
- a section on common API/libraries/functions used by C++ programmers
- a section on common mistakes/errors that'd occur
- other differences between Java & C++ that I should be aware of
- a good reference book for later

Any ideas?
 
I have the first Edition of "Absolute C++" and it is great in the regards of common mistakes.

After each section in the book follows a pitfalls section which details some of the problems or common mistakes people make. It's great for a quick little reference to see what you are doing wrong if you wrong into any problems.

It's pretty good on pointers, but the section on Polymorhpism is kinda of bah.
 
Honestly, I find Teach Yourself C++ In 21 Days by Jesse Liberty to be fantastic. It's very easy to read. I've made a lot of use of my copy.
 
Status
Not open for further replies.
Top Bottom