#include std::string s = "12345"; s = std::to_string(1+std::stoi(s));