Posts by Samuel Lima • 1 point
2 posts
-
0
votes0
answers30
viewsQ: Reading long file by parts
I have the following code where I read and print parts of an almost long file 5 million lines. My problem is that I can’t print more than 64443 lines of this file, which is almost nothing compared…
filing-cabinetasked Samuel Lima 1 -
-1
votes1
answer896
viewsQ: Opening and reading giant C files
How can I open a file for reading in C language, above 100 MB? With this code placed below, I can read a file with more than 18,000 lines, but what I really need is to read a file with approximately…