an amazingly simple question

  • Thread starter Thread starter edward
  • Start date Start date
E

edward

i know this is going to be extremely basic, but I just can't seem to find
how to do this. How do I take a single number that is in a CString, and
convert it to a DWORD so I can do path. For example, take the CString
_T("57") and get a DWORD with a value of 57.

thanks,
edward
 
Back
Top