show/hide this revision's text 2 added 191 characters in body

Open the file for binary read/write. fopen takes a b switch for file access mode parameter - see here

See the fopen page in Wikipedia for the difference between text and binary files as well as a code sample for writing data to a binary file

show/hide this revision's text 1

Open the file for binary read/write. fopen takes a b switch for file access mode parameter - see here