I use CStdioFile::Open(...) to open a text file.
I want to get the lines of this text file and I want to Read any line directly.How can I do that?
Must I find all the "\r\n" in whole file?
Thanks in advance.

vector