|
-
June 18th, 1999, 10:13 AM
#1
[RESOLVED] Converting DWORD to CString
I have a DWORD variable and want to convert to a CString.
Likewise, I would like to convert a CString to a DWORD.
I know how to do it for other variables using functions like
[code]
number = atoi(str); //string to number
str.Format("%d", number); //number to string
[/ccode]
I would appreciate any suggestions and example code.
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
|