CString

A CString object consists of a variable-length sequence of characters. CString provides functions and operators using a syntax similar to that of Basic. Concatenation and comparison operators, together with simplified memory management, make CString objects easier to use than ordinary character arrays.

At a Glance

Header File Afx.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

Remarks

Windows CE does not support the following member functions of the CString class.

AnsiToOem

Collate

FormatMessage

OemToAnsi

See Also

CString Member Functions, CString Operators, Simple Value Types