Input/Output Hex

Newbie Member
17Jul2006,00:12   #1
sevenlayercookie's Avatar
I'm trying to write a program that when a user enters something, a hex value is changed based on what they enter. Like header 400021c0 in abc.xyz is changed from 0C to 55 ,etc.
C/C++, Visual, whatever. Thanks
Go4Expert Founder
17Jul2006,10:39   #2
shabbir's Avatar
Can you give the code snippet you have used to do the same.
Newbie Member
17Jul2006,17:57   #3
sevenlayercookie's Avatar
well... I haven't gotten that far yet :\. I'm trying to find some code that would LET me write/read hex from a file. Thanks.
Go4Expert Founder
17Jul2006,18:49   #4
shabbir's Avatar
Try writing a code to read from a file and HEX part wont be that difficult to integrate.