Поделиться через


Strings (ATL/MFC)

Nearly all programs work with string data. Visual C++ provides several ways to manage this string data.

В этом подразделе

  • Using CStringT
    Describes programming using the template class CStringT.

  • Using CString
    Describes programming using CString, the default implementation of CStringT.

Связанные подразделы

  • 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.

См. также

Основные понятия

ATL/MFC Shared Classes