CFile::Read
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Dear all, How can I read a text file and put all the text into ONE CString? Thanks for your help! Vickie
Perhaps you could open the file binary, get the length, then read it all into a CString by calling CString::GetBufferSetLength() first with the size of the file. "das leid schlaft in der maschine" -Einstürzende Neubauten