I am confused on how to read in a certain amount of bytes at a time as hex numbers from a binary file.
I want to open a binary file and read the first 4 bytes. can anyone give me an example of how to do this after the file is opened.