Q. Can I convert a CString value into a hex value? Urgent!!!
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
My application asks user to enter a hex value. First of all, can I read and store it in a variable directly as hex value? If not, I should declare a CString to read and store it, right? Then, how can I covert this CString value into hex value. An example will be most appreciated. Please help. Thank you.
-
My application asks user to enter a hex value. First of all, can I read and store it in a variable directly as hex value? If not, I should declare a CString to read and store it, right? Then, how can I covert this CString value into hex value. An example will be most appreciated. Please help. Thank you.