in reply to how to read in a binary file and convert it to ascii output
Perhaps you need to be a little more explicit about the nature of the binary file and the way you want to show it in ASCII. For example, do you simple want to run through the file byte by byte and show the hex values for each byte? It may help to tell us what you are trying to achieve.
|
|---|