Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
dec to hex
Name: Lori Lanham Date: August 28, 2001 at 13:51:22 Pacific
Comment:
I'm writing a ksh script on HP-UX, and I need to be able to convert a decimal number to hexidecimal (and a hexidecimal number to decimal). Can anyone help?
Summary: I have windows NT,telnet to a Sun workstation, I know the ip address of the work statin where my data files are stored. whenever I need these files copy to my PC, I click on the start,run type ftp ip ...
Summary: Is it possible to store variables in a hexadecimal format? I've read an earlier post explaining how to convert decimal to hex, and that works fine, but in my program i am reading in hex values from a...
Summary: Convert HEX number into Dec number #include #include #include main(){ char hexvalue[10]; long decvalue[10]; long ris=0,temp=0; int i=0; int exp=0; printf("Insert HEX: "); gets(hexva...