Author Topic: Need help with C file streams  (Read 9592 times)

sfx1999

  • *
  • Posts: 1142
    • View Profile
Need help with C file streams
« Reply #25 on: 2005-02-25 19:56:17 »
Oh and mirex, let me explain how they did it. They created their own object to deal with file stream. You could probably use a file stream to create an object and have the read function check if the file is in memory or on the disk, and use fread and such. This would not involve looking at the FILE data at all.