July 21st, 1999, 12:39 PM
I am currently trying to access a text file throught visual c++ 5.0, I can
access the first line of the text file using CStdioFile::ReadString class
but I can not access any other line. The txt file is basicaly just a list of
names , a different name on each line, "line sizes is varied 10-100 chars so
I must access line by line ". readstring seems to be ment to access line by
line but there is no way to move to other lines.
access the first line of the text file using CStdioFile::ReadString class
but I can not access any other line. The txt file is basicaly just a list of
names , a different name on each line, "line sizes is varied 10-100 chars so
I must access line by line ". readstring seems to be ment to access line by
line but there is no way to move to other lines.