Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 2.56 KB

atl-mfc-shared-classes.md

File metadata and controls

38 lines (32 loc) · 2.56 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
ATL-MFC Shared Classes | Microsoft Docs
11/04/2016
cpp-windows
index-page
vc.classes.shared
C++
CPoint class, shared class
CFileTimeSpan class, shared class
COleDateTime class, shared class
CFixedStringT class, shared class
CStrBufT class, shared class
CFileTime class, shared class
CRect class, shared class
CSimpleStringT class, shared class
CStringT class, shared class
CSize class, shared class
CStringData class, shared class
IAtlStringMgr class, shared class
shared classes, MFC and ATL
COleDateTimeSpan class, shared class
CString objects, shared class
shared classes
e13aaac3-21ec-4f4d-8834-432b40fde544
12
mikeblome
mblome
ghogen

ATL/MFC Shared Classes

Beginning with Visual C++ .NET 2002, several existing MFC utility classes were rewritten or revised to reduce their dependencies on other MFC classes. These utility classes can now be used in any native C++ project. This section only includes classes that were previously available to MFC projects and have now been shared, plus a few new classes related to the changes in CString. It does not include the ATL classes, which can be used in any native C++ project type by inclusion of the appropriate header.

In This Section

Classes Shared Between MFC and ATL
Provides links to the classes shared between MFC and ATL.

Related Sections

Active Template Library (ATL) Reference
Provides reference material for the ATL Library, a set of template-based C++ classes that simplify the programming of COM objects.

Microsoft Foundation Class Library (MFC) Reference
Provides reference material for the MFC Library, a set of classes in that constitute an application framework, which is the framework of an application written for the Windows API.

Visual C++ Libraries
Provides links to the various libraries provided with Visual C++, including ATL, MFC, OLE DB Templates, the C run-time library, and the C++ Standard Library.

Debugging
Provides links to using the Visual Studio debugger to correct logic errors in your application or stored procedures.