Mail Archives: djgpp/2001/09/24/12:30:14
On Mon, 24 Sep 2001, Chris Smith wrote:
> I am working on a small encryption utility program. At one point in the
> program I need to be able to read a file backwards. Have I missed
> something specific about djgpp, or have I just over looked the obvious?
Instead of reading the file backwards, simply read it all into memory and
then you can process it forward, backwards, or in any other order you like.
Remember: with DJGPP, you can all but forget about memory limitations,
unless the file in question is many MBytes in size.
- Raw text -