G
[Gho]
How to convert a Hexa value to negative and non negative
value :
if i get 0x1d = result should be 29
but if i get fd = result should be -3
How to do that
value :
if i get 0x1d = result should be 29
but if i get fd = result should be -3
How to do that