[Home Page] - [Reviews Main] | |
|
Effective C++ by Scott Meyers Highly Recommended |
| ISBN: 0 201 56364 9 Publisher: Addison-Wesley Pages: 205pp Price: £19-95. |
| Categories: advanced c++ |
| Reviewed by Francis Glassborow in C Vu 4-4 (May 1992) |
The first chapter - Shifting from C to C++ - contains four items:
Use const and inline instead of #define
Prefer iostream.h to stdio.h
Use new and delete instead of malloc and free
Prefer C++ style comment
In each case Scott goes into quite a lot of detail to explain the what and
why of the rule so that the reader can adopt it from understanding rather
than by rote. Adoption through understanding will also result in the reader
knowing when to ignore the rule.
I thoroughly recommend this book. It would be nice to see some of our training establishments adopt it as an end of course gift to those who have successfully completed in introduction to C++ for C programmers. The cost could easily be absorbed into most course fees and students would go away with some practical reading to improve their use of C++.
To link to this review, please use the URL: http://www.accu.org/bookreviews/public/reviews/e/e000504.htm
Copyright © The Association of C & C++ Users 1998-2000. All rights reserved.