Pay attention to the docs! January 8th, 2002 11:24:01 AM
Pay attention when reading how to use functions to open files.
When using fopen, you would think that rb means that you would open the file for reading a binary file, which it does. That wb would mean write a binary file, which it does, BUT that it CREATES the file and doesn't update an existing file. No, that would be r+b. Odd. I don't know why I changed that from the old IGM code to this new version. In any case, it's fixed and available for download.
|