Skip to content

Latest commit

 

History

History
120 lines (70 loc) · 5.05 KB

class-library-overview.md

File metadata and controls

120 lines (70 loc) · 5.05 KB
title ms.custom ms.date ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic f1_keywords dev_langs helpviewer_keywords ms.assetid caps.latest.revision author ms.author manager
Class Library Overview | Microsoft Docs
11/04/2016
cpp-windows
article
vc.classes.mfc
C++
grouping MFC classes
MFC, class library
classes [MFC], MFC
class libraries, MFC
class libraries
9b0e3152-ac39-4f52-91b4-f20aa3a674aa
12
mikeblome
mblome
ghogen

Class Library Overview

This overview categorizes and describes the classes in the Microsoft Foundation Class Library (MFC) version 9.0. The classes in MFC, taken together, constitute an application framework — the framework of an application written for the Windows API. Your programming task is to fill in the code that is specific to your application.

The library's classes are presented here in the following categories:

The section General Class Design Philosophy explains how the MFC Library was designed.

For an overview of the framework, see Using the Classes to Write Applications for Windows. Some of the classes listed above are general-purpose classes that can be used outside of the framework and provide useful abstractions such as collections, exceptions, files, and strings.

To see the inheritance of a class, use the Class Hierarchy Chart.

In addition to the classes listed in this overview, the MFC Library contains a number of global functions, global variables, and macros. There is an overview and detailed listing of these in the topic MFC Macros and Globals, which follows the alphabetical reference to the MFC classes.

See Also

MFC Desktop Applications