Found in 1 comment on Hacker News
tubbzor · 2013-12-04 · Original thread
I used this book [0] for my C++ course at uni a few semesters ago and found it rather easy to follow and Weiss does a good job going through the differences between Java and C++.

The biggest difference for me from Java is the fact you have to manage your own memory as there is no garbage collector to clean up after you in C++. This book covers memory management, operator overloading, and functors quite well.

[0] http://www.amazon.com/Java-Programmers-Mark-A-Weiss/dp/01391...

Fresh book recommendations delivered straight to your inbox every Thursday.