Matt <[EMAIL PROTECTED]> writes: > What trick do I have to use to make the file contain exactly the data > I send to fwrite?
Perhaps open the file in binary mode?
fopen("output", "wb");
^
Cheers,
--
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.
_______________________________________________
Help-gplusplus mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gplusplus
