killersamurai Expert Cheater
Reputation: 0
Joined: 10 Sep 2007 Posts: 197 Location: Colorado
|
Posted: Fri Jan 23, 2009 6:57 pm Post subject: [c tut]Bytes to File |
|
|
I needed a program to save the bytes of a file to a file so I can read them. Since it needs to read and write to a file, I decided to make a tutorial since there was a few questions about files. This tutorial will show how to do it manually without the use of any functions provided by c. The attachment contains the source and a .docx file that contains the tutorial. The tutorial assumes you know somethings. For an example, a loop and how to use a pointer. If there are any questions, please ask.
|
|