fastest way to count lines of a file in c++ if length of lines are fixed?

167 views Asked by At

title says it all.

I have a file where all lines have the same length.

what's the fastest way to count the number of lines in c++?

0

There are 0 answers