Hello,
I am working on aprogram to convert string to hex ..... its working 100%
it takes file name as input read it line by line , convert each line to hex character by character, and write it to file.
the problem is when the string look like this :
"sdfg|wer|asdfe" ............I need ever chars between ||(for example "|wer|") to remain the same(to be written to the output without being converted) in the output and the other part of the string to be converted .
any ideas how to do it ?
Thanks