The C++ Character and Strings Sample Codes Index Page
The following links provide the C++ program examples on the C++ characters and strings manipulations using the Standard Template Library C++ char_traits and basic_string classes.
C++ Character and Strings Code Samples
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
The C++ insert() program example part II
-
The C++ insert() program example part I
-
The C++ allocator() program example
-
The C++ get_allocator() program example
-
The C++ find_last_of() member function program example part II
-
The C++ find_last_of() program example part I
-
The C++ find_last_not_of() program example part II
-
The C++ find_last_not_of() program example part I
-
The C++ find_first_of() code sample part II
-
The C++ find_first_of() member function program example part I
-
The C++ find_first_not_of() member function code example part II
-
The C++ find_first_not_of() program example part I
-
The C++ find() member function code example part II
-
The C++ find() member function program example part I
-
The C++ erase() function program example
-
Another C++ begin() and end() member function program example
-
The C++ empty() member function program example
-
The C++ data(), length(), strlen() and c_str() program example
-
The C++ copy() member function program example
-
The C++ _Copy_s() (safer version) member function program example
-
The C++ compare() member function code sample part II
-
The C++ basic_string class compare() member function program example part I
-
The C++ clear() member function program example
-
The C++ capacity(), size(), erase(), length(), max_size() basic_string member functions program example
-
The C++ c_str(), length(), data() and strlen() member function program example