|
-
Dec 6th, 2000, 06:09 PM
#1
Thread Starter
Frenzied Member
Is there a away to turn a long to a string?
example:
long a, b, c;
CString strTemp;
a = 1;
b = 2;
c = a + b;
strTemp = c; (Heres the problem. This would just give me the coresponding ASCII char)
AfxMessageBox("1 + 1 =" + strTemp,NULL,NULL);
Any help?
Thanks
MSVS 6, .NET & .NET 2003 Pro
I HATE MSDN with .NET & .NET 2003!!!
Check out my sites:
http://www.filthyhands.com
http://www.techno-coding.com

Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|