how to convert integer into string pointer in visual c++?
I think the easiest one would be:
int i; String s=i.toString(); // It is about Visual C++