B
Burt Johnson
I have a CString with a numeric string in it. In the past, I would use
atoi( ) to convert to an int. That doesn't work with Unicode though.
What is the proper Unicode method for converting a CString to an
integer?
atoi( ) to convert to an int. That doesn't work with Unicode though.
What is the proper Unicode method for converting a CString to an
integer?