|
|
2.0 out of 5 stars
Adequate material, but hard to read, 18 Jan 1999
By A Customer
After all of the wonderful reviews, I expected more from this book. The page layout was VERY difficult to work with, bouncing through source code, then reading about it, then having to flip the page to see the implementation file for the struct.Three chapters are devoted to the C standard library, so if you are a traditional C coder, this will be familiar. However, if you are trying to learn practical C++, there are better books: Effective C++, More Effective C++, C++ Gems... Many of his examples of 'practical' code are written in C, with the C-style comments as the give away. The section on casting does not include any of the new standard safe casting operators, although they are included in the appendix. Several of the examples shown near the end of the book are many pages long, and if you want to use it, you get to type it in manually. Also, although this may or may not affect your decision to purchase this book, I found the glossy pages VERY DIFFICULT to read under a halogen desk lamp. If you are looking for a transition from C to C++, or want code samples for bitmasking (2 out of twenty chapters devoted to this), this book may be for you. However, if you want a great C++ book, look elsewhere.
|