MFC Concepts
This section provides conceptual and task-based topics to help you program using the Microsoft Foundation Class (MFC) Library.
In This Section
- General MFC Topics
-
Discusses the technical details of the MFC Library.
- MFC Overview
-
Provides links to topics discussing the programming you can do with MFC.
- Using CObject
-
Provides links to using CObject, the base class for most classes in MFC.
- Collections
-
Discusses collection classes created from and not created from C++ templates.
- Date and Time
-
Provides links to topics discussing using date and time with MFC.
- Files in MFC
-
Discusses CFile and how to handle files in MFC.
- Memory Management (MFC)
-
Describes how to take advantage of the general-purpose services related to memory management.
- Message Handling and Mapping
-
Describes how messages and commands are processed by the MFC framework and how to connect them to their handler functions.
- Serialization in MFC
-
Explains the serialization mechanism provided to allow objects to persist between runs of your program.
- Unicode
-
Describes MFC support for the Unicode standard for encoding wide characters on Windows NT, Windows 2000, and Windows XP platforms.