how to convert integer into string pointer in visual c++?
There is a very easy method
int i=4; String ^ s = Convert::ToString(i);