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
|
2 | added 191 characters in body | ||
|
Open the file for binary read/write. fopen takes a 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 |
||||
|
1 |
|
||
|
Open the file for binary read/write. fopen takes a |
||||