Alex
2005-07-22 18:30:06 UTC
Please bare with me, I am quite new to C++.
A CString contains a (large) hexadecimal string value,
this value needs to be converted to an decimal value,
and then put back as a string into an other CString.
Data example: hexadecimal: 93d2f666 = decimal 2480076390
I have googled and found a lot of solutions (hex string to int)
but none of them returns the correct decimal value, I suspect
that converting a large hex string to int does not work.
So if someone could point me to the right direction or
could suply a working sample, please do.
TIA
Alex
A CString contains a (large) hexadecimal string value,
this value needs to be converted to an decimal value,
and then put back as a string into an other CString.
Data example: hexadecimal: 93d2f666 = decimal 2480076390
I have googled and found a lot of solutions (hex string to int)
but none of them returns the correct decimal value, I suspect
that converting a large hex string to int does not work.
So if someone could point me to the right direction or
could suply a working sample, please do.
TIA
Alex