What is the best approach for a Java developer to learn C++ [closed]

I’ve taught C++ to Java people, even though I learned them the other direction.

Are you comfortable with C? If not, read Kernighan and Ritchie. Many many peculiarities of C++ are explained by the desire for C++ to be a “Better C” with C’s basic expression syntax.

You should get Stroustrup.

I think well of Thinking in C++ by Bruce Eckels.

I’ve used The C++ FAQ Book, by Cline, Lomow, and Girou; I refer to it pretty often. Marshall Cline has C++ FAQ content on his site, too.

Update

You might also look at C++ for Java Programmers. I don’t know the book but it looks decent.

Leave a Comment