Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Reading files backwards

Name: Anonymous 2009-06-16 3:50

how do you read files backwards in C?

Name: Anonymous 2009-06-16 8:28

>>2
I actually did that the first time I had to read in a file backwards :( I read in the files in chunks and pushed those onto a stack. Then as I popped the chunks off again, I copied them into a buffer rear-end first. It worked, but when I remembered fseek I wanted to kill myself.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List