Thread: FILE HANDLING
View Single Post
  #2 (permalink)  
Old March 5th, 2006, 04:14 PM
C@uark C@uark is offline
Authorized User
 
Join Date: Oct 2004
Posts: 39
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to C@uark
Default

yeah you could use fopen to open the file, fgetc to read charcters from, do what ever with, then use fprintf to create and copy the orginals files changed contents. make sure to use fclose to view new file
Reply With Quote