[Home Page] - [Reviews Main] | |
|
Programming Windows 95 with MFC by Jeff Prosise Recommended |
| ISBN: 1-55615-902-1 Publisher: Microsoft Press Pages: 999pp+CD Price: £46-99 |
| Categories: MS Windows |
| Reviewed by Mark Radford in C Vu 9-3 (Mar 1997) |
This book, is a tutorial on programming in C++ using MFC, without regard to the development environment in use. The blurb on the back cover indicates that it is intended as a sister volume to Charles Petzold's Programming Windows and the layout and style appear similar. The explanations are clear and all major topics (for example, the document/view architecture) are covered. Be advised though, the author deliberately makes no attempt to cover OLE. Also, the coverage of the MFC's support for exception handling is weak.
The example programs are printed in the text and are also supplied on an
accompanying CD ROM. The C++ code suffers from many of the problems found in
the example code presented in (sadly) all too many text books. For example,
hard-coded 'magic' numbers are in abundance. Also, there is no attempt to use
the C++ style casts (e.g. static_cast).
I recommend this book: in my view, it's an excellent tutorial, which concentrates on the MFC library, regardless of environment. Be advised also that, despite the title, it will be of use to people developing for Windows NT, as well as Windows 95.
To link to this review, please use the URL: http://www.accu.org/bookreviews/public/reviews/p/p001070.htm
Copyright © The Association of C & C++ Users 1998-2000. All rights reserved.