c++ remove last n characters from string code example Example: delete last char of string C++ st = myString.substr(0, myString.size()-1);