Jul 22, 2009 at 10:27pm UTC
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
Jul 22, 2009 at 10:35pm UTC
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 Jul 22, 2009 at 10:35pm UTC
Jul 22, 2009 at 10:38pm UTC
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 Jul 22, 2009 at 10:49pm UTC
Jul 22, 2009 at 10:38pm UTC
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
Jul 22, 2009 at 10:55pm UTC
Hi , thanks for your response.
I am already reading The Complete Reference. But I will definitely look into C++ Primer Plus.
Thanks,
Ankur
Jul 22, 2009 at 10:56pm UTC
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 Jul 22, 2009 at 10:56pm UTC