convert interger to string c++ code example Example: to_string in c++ int i=11; string str= to_string(i);