Tagged Questions
4
votes
8answers
11k views
Fastest way to find the number of lines in a text (C++)
I need to read the number of lines in a file before doing some operations on that file. When I try to read the file and increment the line_count variable at each iteration until i reach eof. It was ...