1
Q:

c++ itoa

#include <sstream>

int i = 5;
std::string s;
std::stringstream out;
out << i;
s = out.str();
0

New to Communities?

Join the community