For some reason, fread stoppes reading at a place in the file that contains 1A1A (raw bytes, ofcourse, not text). The file is open in "rb" mode, and it does skip 1A's, but not the double 1A.
Any solution?
For some reason, fread stoppes reading at a place in the file that contains 1A1A (raw bytes, ofcourse, not text). The file is open in "rb" mode, and it does skip 1A's, but not the double 1A.
Any solution?
Sorry, I don't have enough rep to comment yet -- what platform are you on?