Does anybody know of any standard C++ functions to convert an int to a char*?
Something that would take the number 9876 to {'9','8','7','6'}?
I would rather not reinvent the wheel if there is something like this already.
Thanks,
Brian Budge
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 7 of 7
Thread: int to char* conversionThreaded View
|
Click Here to Expand Forum to Full Width |