hi!
how can I convert an int to char !?
string foo = "Hello";
for (int i=0 ; i <10 ; i++)
cout << foo.append(i);
--
Posted via Mailgate.ORG Server - http://www.Mailgate.ORG
how can I convert an int to char !?
string foo = "Hello";
for (int i=0 ; i <10 ; i++)
cout << foo.append(i);
--
Posted via Mailgate.ORG Server - http://www.Mailgate.ORG
Comment