classic773
Programmer
I'm using fstream to open and read from a file. I'm trying to put lines of text into CStrings. Since I don't know how to do this directly, I'm putting them into LPSTR's then setting the CStrings equal to the LPSTR's. However, when I do this, the CStrings just end up equalling " " Can somebody please help me read text from a file and put it in a CString