ACCU Home page ACCU Conference Page
Search Contact us ACCU at Flickr ACCU at GitHib ACCU at Facebook ACCU at Linked-in ACCU at Twitter Skip Navigation

Search in Book Reviews

The ACCU passes on review copies of computer books to its members for them to review. The result is a large, high quality collection of book reviews by programmers, for programmers. Currently there are 1949 reviews in the database and more every month.
Search is a simple string search in either book title or book author. The full text search is a search of the text of the review.
    View all alphabetically
Title:
Developing Professional Applications for Windows 95&NT
Author:
Brain&Lovette
ISBN:
0 13 616343 2
Publisher:
Prentice Hall
Pages:
858pp+CD
Price:
£29-99
Reviewer:
Edward Crosby
Subject:
beginner's c++; MS Windows; microsoft
Appeared in:
10-4
This is an introductory book into programming with the MFC classes. It starts with an introduction to the fundamental concepts and theory behind the MFC and goes on to examine the most popular MFC classes such as dialogues, list and edit controls and includes extensive coverage of the Windows drawing model. Later on the book discusses the more professional features that turn an ordinary application into a polished product, e.g. DDX, DDV, splash screens, pop-up menus, etc. The more advanced MFC classes such as databases, OLE and thread support are discussed, but only briefly and it is this that makes the book suitable as an introduction but not for the more experienced.

The book's authors both have teaching experience and this clearly comes across in the style of the book. It is clear, readable and with the right depth of understanding to make the reader comfortable and follow the logical progression. It is not a 'teach yourself' C++ book, although an appendix adequately covers this topic for the purposes of the book. This book is only for developers with MS Visual C++. The bulk of this book would be wasted on anyone with Borland's development tools. The reason for this is that the book is not just about MFC but also has wide coverage of how to use the development tools and wizards included in MS VC++.

For anyone with some C/C++ experience and with MS VC++ wishing to have an introduction to the MFC then this book is recommended.