 |
String (C++ Component Extensions)
The Visual C++ compiler supports strings, which are objects that represent text as a sequence of characters. Visual C++ supports string variables, whose value is implicit, and literals, whose value is an explicit quoted string.
msdn.microsoft.com |
 |