Fastest way to read a text file of strings line by line [duplicate]
问题 This question already has answers here : Closed 7 years ago . Possible Duplicate: What is the Fastest Method for High Performance Sequential File I/O in C++? I have looked around a little bit and I am still not sure of the answer to this question. When reading from a text file with an arbitrary word on every line, what would be the absolute fastest way of reading the words from that file? The scope of the project requires the fastest possible file read. Using Visual Studio on Windows 7. No