help in reading from file using c++

Thread Starter

moslem

Joined Dec 16, 2009
20
hello every one
iwas asking about if there is away to read aspesific line in the file without looping all lines to go to the required line, becuase if the file was very long it will take large time to goto acertain line and it won't be efficient
 

Papabravo

Joined Feb 24, 2006
21,227
hello every one
iwas asking about if there is away to read aspesific line in the file without looping all lines to go to the required line, becuase if the file was very long it will take large time to goto acertain line and it won't be efficient
Only if all of the lines are the same length. What do you care about efficiency if you can solve the problem.
 
Top