Visual C++ supplies several ways to work with character-string data. These include MFC’s CString class, functions in the run-time library, and Win32 API functions.
This family of articles covers the CString class in MFC. For information about alternative ways to work with strings, see the overview.
CString Fundamentals
CString Operations
CString Support for Unicode and Multibyte Character Strings (MBCS)
Advanced CString Topics