Saving several documents
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Does any one can help me to implement saving a single document in vc++,which in turn will save many other documents which are child to the previous.And ofcourse, the parent document will be able to be opened later on but not the child directly.On opening the parent document it should take care to open the child documents as needed to serve any specific event.:(