convert int to string c++ function code example Example: change int to string cpp #include <string> std::string s = std::to_string(42);