#include <string> using namespace std; int iIntAsInt = 658; string sIntAsString = to_string(iIntAsInt);