Strings: Overview

HomeHow Do IDetails

Visual C++ provides several ways to manage string data:

Nearly all programs work with string data. MFC's CString class is often the best solution for flexible string handling. Both the run-time library and CString support strings containing multibyte (wide) characters, as in Unicode or MBCS programming.

What do you want to know more about?