Are there any good books to learn C++ if you already know Java and C#

Posted by JF LR on Stack Overflow See other posts from Stack Overflow or by JF LR
Published on 2011-01-01T20:59:07Z Indexed on 2011/01/01 21:54 UTC
Read the original article Hit count: 253

Filed under:
|
|
|
|

Hi,

I would like to know if you have any good books that teach C++ programming without repeating basic stuff. In fact, I already well know Java and C#. I also have a basic knowledge in C and assembly, so I understand a little bit pointer arithmetic, manual memory management and heap based allocation. I was looking at O'Reilly's C++ in a Nutshell and was also wondering if this book would be a good choice.

Thank you

© Stack Overflow or respective owner

Related posts about java

Related posts about c++