Detailed C++ book for a programmer already familiar with C and object-oriented programming?
Posted
by
Anto
on Programmers
See other posts from Programmers
or by Anto
Published on 2011-03-05T14:42:13Z
Indexed on
2011/03/05
15:32 UTC
Read the original article
Hit count: 335
I know (to some extent) a few languages, including C, Java and Python. I'm also (somewhat) familiar with Scala and Scheme, plus I can read (but not write) x86 Assembly. Say I want to learn C++, what is a good book which doesn't try to teach me what a class is, teach me inheritance, polymorphism or loosely coupled classes again, nor does try to teach me other basics, just the C++ language (as well as how to write idiomatic C++ code, not e.g. Java with C++ syntax) and its standard library?
Note: "Detailed" as used in the title means that it doesn't try to cover C++ in 100 pages, I want to know the details of the language. Of course, mastery comes from practice, but I don't want to learn just a little bit of C++ from the book, but learn it quite thoroughly.
© Programmers or respective owner