Strings (ATL/MFC)
The latest version of this topic can be found at Strings (ATL-MFC).
Nearly all programs work with string data. Visual C++ provides several ways to manage this string data.
In This Section
Using CStringT
Describes programming using the template class CStringT.
Using CString
Describes programming using CString, the default implementation of CStringT.
Related Sections
CStringT Overview
Provides reference information about the shared CStringT
class.
MFC Concepts
Provides conceptual and task-based topics to help you program using the MFC Library.