Can you suggest me some good C++ books / reference sources ?

Thanks in advance for your suggestions.

Just in case if anyone is wondering. I am good in programming and I have worked with C and Java before.

Thanks,

Ankur
The C++ Programming Language by Stroustrup is a good book: it explains well almost all the details of the language and the standard library with implementation examples
Last edited on
You could think of TC++PL as an informal version of the standard, just like TCPL is an informal version of the C standard.
Last edited on
Ankur,

I am in the same boat. Here are two that I am using;

For general language overview, I like C++ Primer Plus by Stephen Prata. It has been around for a long time and is well regarded.

For a general reference, C++: The Complete Reference by Herb Schildt is very good.

Good luck!
-Peter
Hi , thanks for your response.

I am already reading The Complete Reference. But I will definitely look into C++ Primer Plus.

Thanks,
Ankur
I wonder if it would be helpful to sticky a list of C++ books/resources that we continue to recommend. There are so many posts about this.
Last edited on
good idea.
Topic archived. No new replies allowed.