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