Before the standardization of C++98, the string stream classes used type char* to represent a
string. Now, type string (or, in general, basic_string) is used. The old string stream classes
are also part of the C++ standard library, but they are deprecated. Thus, they should not be used in
new code and should be replaced in legacy code. Still, a brief description of these classes is found
at the end of this section.