c++ how to cut off last string char code example Example: remove last character from string c++ st = myString.substr(0, myString.size()-1);