std::string Text is used in a lot of programs Input and output is often text Data is often text Manipulating text is common std::string objects are used here #include to use them String literals are strange Not the same as std::string Can often be used, but not always