Visual C++ 6 Unleashed

Visual C++ 6 Unleashed

By MICKEY WILLIAMS and David Bennett

Summary

In this chapter, you learned how Visual C++ and the MFC class library simplify the process of building Windows applications. The framework provided by MFC provides the basic default behavior used by most applications. Together with MFC AppWizard, the MFC class library enables you to write a simple functioning application with a few mouse clicks.

This chapter also discussed four of the base classes used by MFC: CWinApp, CWinThread, CCmdTarget, and CObject. CWinApp is the base class for your project's application object. CWinThread is the base class for all threads that interact with MFC objects. CCmdTarget is the base class for all classes that handle window messages. The CObject class provides support for persistence, runtime type information, as well as providing enhanced debugging support.

Taken together, the MFC class library and Visual C++ give you a flexible, yet powerful set of tools for building your Windows applications.

Share ThisShare This

Informit Network