how can I take an integer variable equal to 1123
and make it a string equal to "1123"
eg: int number=1123;
CString string;
string = number;
such that string ="1123"
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 3 of 3
Thread: Integer to ASCII
|
Click Here to Expand Forum to Full Width |