i try to resize a string in c++ with this
if(sf::Keyboard::isKeyPressed(sf::Keyboard::Backspace)) { mainStr.resize(mainStr.size() - 1); }