read a txt file by using Serialize function
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
hi guys, is it possible to use serialize to read a text file? i got text file which is just as: standard1 name1 standard2 name2 ...... how can i use serialize function in doc class to read it and store it seperately in two CString Arrays(CString standard[100], CString name[100])? thank u in advance!