string - C++ Reference - cplusplus.com - The C++ Resources Network
Strings are objects that represent sequences of characters. The standard string class provides support for such objects with an interface similar to that of a standard container of bytes, but adding features specifically designed to operate with strings o...