TheCrappyProgrammer
Programmer
Hi there,
How do I read specific lines from a text file using the CFile class?
Suppose I have a file called "names.txt" that contains the following lines:
Bobby
Tommy
Robert
How would I read the second line of the text file using CFile class in MFC?
How do I read specific lines from a text file using the CFile class?
Suppose I have a file called "names.txt" that contains the following lines:
Bobby
Tommy
Robert
How would I read the second line of the text file using CFile class in MFC?