Overview of basic std::string operations.

Source-code examples for std::strings.

If you are using versions of Microsoft Visual C++ earlier than the .NET version, then you will encounter a bug in its getline(...) function. The following files provide an alternate implementation.

Before std::strings, most people used C-style strings along with a few simple functions from the C standard library. Many of these functions are still commonly used with C-style strings in C++. They are available through the library <cstring>.