First page Back Continue Last page Graphics
STRING MEMBER FUNCTIONS
(METHODS)
=,assign() Assign a new value
swap() Swaps values between two strings
+=, append(), push_back() Appends characters
insert() Inserts characters
erase() Erase characters
clear() Remove all characters (makes it empty)
resize() Changes the number of characters (deletes or appends characters at the end)