Hi all,
Does anyone know how can I convert hexadecimal string to int or long type
using MFC or other libs.
For example:
char *hexstr = "101E4";
int i = ?HexToIntFunc?(hexstr);
Thanks in advance
Serge
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 7 of 7
Threaded View
|
Click Here to Expand Forum to Full Width |