Optimization question
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Well, everybody knows that program works with files very slow, so when i worked with windows API functions and MFC i just download whole file in the memory, and using the class CMemFile worked with it as with the stream. Now i want to work with files using iostream classes (ifstream). But i don't know how to do the same. Does any body know the way?