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