MFC and ATL

 

The latest version of this topic can be found at MFC and ATL.

The Microsoft Foundation Classes (MFC) provide a C++ object-oriented wrapper over Win32 for rapid development of native desktop applications. The Active Template Library (ATL) is a wrapper library that simplifies COM development and is used extensively for creating ActiveX controls.

You can create MFC or ATL programs with Visual Studio Community Edition or higher. The Express editions do not support MFC or ATL. In Visual Studio 2015, Visual C++ is an optional component, and MFC and ATL components are optional sub-components under Visual C++. If you do not select these components when you first install Visual Studio, you will be prompted to install them the first time you attempt to create or open an MFC or ATL project.

Title Description
MFC Desktop Applications Microsoft Foundation Classes provide a thin object-oriented wrapper over Win32 to enable rapid development of GUI applications in C++.
ATL COM Desktop Components ATL provides class templates and other use constructs to simplify creation of COM objects in C++.
ATL/MFC Shared Classes References for CStringT Class and other classes that are shared by MFC and ATL.
Working with Resource Files The resource editor lets you edit UI resources such as strings, images, and dialog boxes.
Visual C++ Parent topic for all C++ content in the MSDN library.