I have stored words in the form of hex values in a text file. From a program i m trying check to whethr the word exists or nt.
ex:
i hav the hex values of words "Hello" "you" "many" "how" etc
given a sentence "Hello how are you? how many days are there in a week? " I wnt to chk whtr these words exist in the file and if thy exist replace thm with the offsets . hex value of each character is stored with spaces between thm. for ex: IN is atored as 49 4e. I tried using strstr() function..but its nt workg with hex..for string it works perfectly
2007-02-06
17:52:29
·
2 answers
·
asked by
sreenanda
1
in
Computers & Internet
➔ Programming & Design