hi all,
I wana convert an 8 digit hexa number to decimal. I found a very useful info at but unfortunately it supports only untill a certain limit of hexa numbers, for example it doesn't give correct values for higher than 7FFFFFFF but it works fine till 7FFFFFFF. but I want to convert even FFFFFFFF to decimal. how to extend this procedure to get the desired result?
thanx in adv,
Raj.
I wana convert an 8 digit hexa number to decimal. I found a very useful info at but unfortunately it supports only untill a certain limit of hexa numbers, for example it doesn't give correct values for higher than 7FFFFFFF but it works fine till 7FFFFFFF. but I want to convert even FFFFFFFF to decimal. how to extend this procedure to get the desired result?
thanx in adv,
Raj.