Hi all,
suppose that you have a good C understanding. Which C++ book would you recommend? Maybe the best book you can think of?
Thanks
|
2
|
|
|
|
|
|
You can get the language basics & syntax from the web or help. But to really understand C++ you need one of these (or all of them): Effective C++ (several editions available) C++ Gotchas
|
||||
|
|
|
I'd read Bjarne Stroustrup books. He's the language creator and he's brilliant.
|
||
|
|
|
|
Thinking in C++ by Bruce Eckel. Since you are good with C, you might want to skip some parts from volume 1. Btw, book is completely free which is another advantage :) |
||
|
|
|
Accelerated C++ was the one that turned the corner for me. Thin, readable, effective. |
||
|
|
|
|
I would recommend Thinking In C++ by Bruce Eckel for three reasons:
|
||
|
|
|
Accelerated C++ by Andrew Koenig and Barbara E. Moo. It is a great book, gets you started fast and teaches how to think in C++. http://www.acceleratedcpp.com/
|
||
|
|
|
|
Lippman, Lajoie and Moo, C++ Primer is a good book, i started with and old edition many year ago. good luck |
||
|
|
|
|
Once you have read "The C++ Programming Language" by Stroustrup (what is legal) and "Effective C++" and relatives by Meyers (what is moral) get: "The C++ Standard Library, A Tutorial and Reference" by Josuttis. Title says it all. |
||
|
|
|
|
I would recommend "C++: The Complete Reference" by Herbert Schildt. This is an excellent overview of the C++ language.
|
||
|
|
|
|
C++ From the Ground Up is one of my favorites |
||
|
|
|
|
I also think C++: The Complete Reference" by Herbert Schildt is the best starting book because it starts with a C only part then it moves to c++, so it reinforces what you already know. Also at the end you can difference between c and c++ which most people cant do. Cons: really heavy to carry. Tip: once finished take a look at the boost libraries, they are very good to accelerate your development. |
||
|
|
|
|
One that is NOT on this list. |
||
|
|