PDA

View Full Version : Java to C++ Books


Black.Ice
11-14-2005, 1:37 PM
I feel fairly confident with my Java, however, my C++ sucks. I can easily do the basics (which is sufficient for my current classes), but I'm having trouble producing actual O-O code in C++.

I was wondering whether anyone knew of some good books that teach C++ form a Java perspective. I've found a few books at the local library, and before I get them, I wanted to know whether anyone had any suggestions / comments.

Thanks in advance.

Mindslaver
11-15-2005, 5:09 PM
Thinking in C++ (http://www.mindview.net/Books/TICPP/ThinkingInCPP2e.html) is an excellent book describing C++ to experienced programmers. The best way to learn OOP in C++ is through trial and error. You'll eventually find out what works and what doesn't work the hard way.

Black.Ice
11-15-2005, 5:33 PM
Heh, I guess I'll try it out. I already read Thinking in Java, after all. :)