Thursday, January 19, 2012

C++: Cocatenating an int to the end of a string?

You should be able to use the itoa() function (integer to alpha). Here's more information. a href="http://www.cplusplus.com/reference/clibrary/cstdlib/itoa.html" rel="nofollow"http://www.cplusplus.com/reference/clibr…/a

No comments:

Post a Comment