Lets say I need to read every thousandth byte from a file, starting at byte START_BYTE<BR><BR>I could go about this one of two ways with fseek, one would be:<BR><BR>To open the file, intially seek to ...
Hi everyone,<br> I am converting a rather large program from Linux to Windows (C, Java, and JNI = major pain in the ass). The application is more or less working, only I am running into some problems ...