Defined in header
basic_string& append( size_type count, CharT ch ); (1)
void push_back( CharT ch );
The C++ strings library includes support for two general types of strings: std::basic_string - a templated class designed
static int compare( const char_type* s1, const char_type* s2
Page 3 of 17