Introduction - If you have any usage issues, please Google them yourself
C++ design string class 1) can use " +" to deal with the addition of two strings 2) has a function to search for a character in a string 3) has another string in a string search function 4) implementation remove string foremost and last spaces of functions 5) the preparation of a main () function to test various functions of your string class.