Convert an int to string

 
#include <sstream>
 
int i = 5;
string somestr;
stringstream out;
out << i;
somestr = out.str();
Creative Commons License Valid CSS Valid XHTML 1.0 Driven by DokuWiki Powered by PHP Powered by Apache get firefox!! kgareth.com Recent changes RSS feed