View Single Post
Old Mar 8th, 2006, 10:03 PM   #6
jaeusm
Programmer
 
jaeusm's Avatar
 
Join Date: Feb 2006
Location: Columbus, OH
Posts: 84
Rep Power: 3 jaeusm is on a distinguished road
Quote:
On the other hand, a really good book is this one: approx 100 people rated it and it has 5 stars. Must be good. Anyone have experience with this one?

Effective C++ : 55 Specific Ways to Improve Your Programs and Designs (3rd Edition)
Yes, but it assumes you already know C++. It is commonly referred to as "the first second book for C++ programmers". Make sure you understand the language before delving into Meyers' books. They are not tutorials.

If you really want to learn the hows, the whats, and the whys of C++, read Bruce Eckel's "Thinking in C++". Both volumes.
jaeusm is offline   Reply With Quote