hex to dec 
Author Message
 hex to dec

how can i get hex number from edit box and convert it to decimal
number?


Tue, 06 May 2003 13:49:33 GMT  
 hex to dec
Get it as a string and use strtoul with a base of 16
--
Roger Onslow
Software Developer
See my articles at http://www.codeguru.com
See the product I am working on at http://www.swishzone.com

"Operator .. give me the number for 911" .. Homer Simpson


Quote:
> how can i get hex number from edit box and convert it to decimal
> number?



Tue, 06 May 2003 03:00:00 GMT  
 hex to dec


Fri, 19 Jun 1992 00:00:00 GMT  
 hex to dec
thanks


Tue, 06 May 2003 03:00:00 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. converting hex to dec (from a file)

2. hex to dec - strtol works best!!

3. HEX to DEC IMAL problemo

4. Converting from hex to dec

5. Help... conversion of hex to dec

6. Text to Hex to Dec conversion

7. hex to dec function?

8. String Hex to Dec conversion.

9. Convert HEX to DEC ... HELP!!!!

10. dec to hex conversions.....more

11. Convert Dec to Hex??

12. BIN HEX DEC conversions...HELP!!!!

 

 
Powered by phpBB® Forum Software