Tagged Questions
5
votes
5answers
809 views
Opening Large (24 GB) File In C
I'm trying to read in a 24 GB XML file in C, but it won't work. I'm printing out the current position using ftell() as I read it in, but once it gets to a big enough number, it goes back to a small ...