I\'m trying to learn about strings, but different sources tell my to include different headers.
string
Some say to use , but other
The C++ string class is std::string. To use it you need to include the header.
std::string
For the fundamentals of how to use std::string, you'll want to consult a good introductory C++ book.