My string is about 14 characters long and I have to move a character from somewhere in the string to the very front and I can not delete the character that already sits in myString[0]. How do I do it?
My string is about 14 characters long and I have to move a character
Share
See the respective member functions of basic_string.