|
-
July 16th, 1999, 10:52 PM
#2
Re: atoi / atof - How to make a Number
No... That's if you have an integer representation in a char string which you want to convert to its numerical equivalent... What you're looking for is _toascii which takes a char at a time, so you'd have to use CString::GetAt() and pass each character in your CString one at a time to _toascii() to get your string equivalent in ASCII.
Rail
Recording Engineer/Software Developer
Rail Jon Rogut Software
[email protected]
http://home.earthlink.net/~railro/
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
|