c++ how to delete last character from a string code example Example: delete last char of string C++ st = myString.substr(0, myString.size()-1);