Insider1984
Technical User
I'm looking for a faster and better way to read in straight txt files (with newline characters in tact etc).
Right now I basically rip the characters out 1 by one adding them to a dynamic array. it worked for some older programs that took txt files only 100-1000 characters long but now I have 100kb txt files that I want to load into a CString.
Is there a Visual C++ class? Is it easy? Fast?
Thanks for the help.
=====================
Insider
4 year 'on the fly' programmer
C++ Basic Java
Right now I basically rip the characters out 1 by one adding them to a dynamic array. it worked for some older programs that took txt files only 100-1000 characters long but now I have 100kb txt files that I want to load into a CString.
Is there a Visual C++ class? Is it easy? Fast?
Thanks for the help.
=====================
Insider
4 year 'on the fly' programmer
C++ Basic Java