Jul 11, 2002 #1 mgleissn Technical User Joined Jul 11, 2002 Messages 1 Location US Does anyone know how to output files as binary (1's and 0's)?
Jul 11, 2002 #2 gonzilla Programmer Joined Apr 10, 2001 Messages 125 Location US fwrite() is used for binary output. You use fread() to read it back in. Take a look at a C book and you should get a good example. -Tyler -Tyler Upvote 0 Downvote
fwrite() is used for binary output. You use fread() to read it back in. Take a look at a C book and you should get a good example. -Tyler -Tyler