Book: Thinking in C++ ?

Hi

Has anyone ever read or have the book 'Thinking in C++'.

Is is just like allot of the other C++ books or does it go into more detail about how things work in C++?

Just trying to get an idea.

Thanks
"Thinking in C++" by Bruce Eckel is split into two volumes, both of which are available for free.

And yes, it goes into a lot of detail. However it is a little bit outdated.
That book was written with the C++98 standard in mind.
Since then, a new standard appeared, C++11.

That is not to say the volumes are useless to read, just that since then C++ had improved.

So after you read them, you'll still have a bit of learning to do.

Here are some useful links you might want to bookmark:

http://www.mindviewinc.com/Books/downloads.html
http://en.cppreference.com/w/
http://www.parashift.com/c++-faq/
http://www.stroustrup.com/C++11FAQ.html
http://www.icce.rug.nl/documents/cplusplus/
Last edited on
Thanks Catfish..
Topic archived. No new replies allowed.