REVIEW - Getting Started with Microsoft Visual C++ 6 : an Introduction to MFC.


Title:

Getting Started with Microsoft Visual C++ 6 : an Introduction to MFC.

Author:

Harvey M. Deitel

ISBN:

Publisher:

Prentice Hall (2000)

Pages:

163pp

Reviewer:

Christopher Hill

Reviewed:

February 2002

Rating:

★☆☆☆☆


On a first glance this is a very attractive book. The typeface is clean and easy to read with a clear use of colour. Physically the book is manageable being 163 pages long, with a prose style that is dense but is easy to read.

The book's full title sets very high expectations 'Getting Started with Microsoft Visual C++ 6 with an Introduction to MFC companion to C++ How to Program' (which is a chapter in its own right).

A feature is made of not using the Visual Studio wizards, so that the reader may gain a 'solid understanding of MFC fundamentals'. Fundamental is the keyword here. The IDE is reduced to an editor/compiler/debugger. Thus the class browsers, tools, various wizards, component library, dialogue designer and other productivity features that Microsoft include with the IDE do not get a mention. So that minimises the Visual Studio part of the title.

The reader is faced with a very strange flavour of C++, with each C++ feature used being cited in the companion book, which gets a little tedious after the first few times. C examples have been coerced into a C++ book. I was very surprised to see

class CLoginDialog: public CDialog {
private:
char m_szUserId[17];
};
afx_msg void CLoginDialog::OnLogin() {
CEdit *pUserid;
pUserid =(CEdit)GetDlgItem (IDC_USERID);
pUserid-GetWindowText (m_szUserId, 16);
}

While I accept that the focus of the book in the Visual Studio and MFC, I do feel that the author ought to be setting a good example through the use of sound sample code; using string classes;

const
keyword; error checking; correct casting; handling of 'magic' numbers. So the book is unhelpful in the C++ part of the title.

The book introduces the low-level Win32 calls (

GetDlgItem,  Get/SetWindowText
), leaving the impression that this is all MFC provides. Three of five chapters describe how to use controls on dialogue boxes without a sniff of
DoDataExchange
or
UpdateData
. A fourth chapter deals with 'MFC Graphics' without a mention of Document/View or
OnDraw
. The only MFC described are the simple wrappers around SDK calls. This book misses the mark. Not Recommended.

Book cover image courtesy of Open Library.





Your Privacy

By clicking "Accept Non-Essential Cookies" you agree ACCU can store non-essential cookies on your device and disclose information in accordance with our Privacy Policy and Cookie Policy.

Current Setting: Non-Essential Cookies REJECTED


By clicking "Include Third Party Content" you agree ACCU can forward your IP address to third-party sites (such as YouTube) to enhance the information presented on this site, and that third-party sites may store cookies on your device.

Current Setting: Third Party Content EXCLUDED



Settings can be changed at any time from the Cookie Policy page.