Reading Hexadecimal

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mjbauer95
    New Member
    • Jan 2009
    • 13

    Reading Hexadecimal

    Sorry for another post but I'm having trouble with something else.

    What is the best way to read and store a hex file in the buffer? Char does not seem to work properly for me.
  • YarrOfDoom
    Recognized Expert Top Contributor
    • Aug 2007
    • 1243

    #2
    Does this mean that the file contains, say, 80256AF1 as a string, or are the bits that make up that hexadecimal sequence stored in the file (which would probably end up in something like €%`ð when tried to be read in a plain text editor)? (I hope I'm clear enough)

    Comment

    Working...