Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Saving an object

Status
Not open for further replies.

AndyHollywood

Programmer
Joined
Oct 7, 2001
Messages
30
Location
GB
I have an array which contains a vector in each element. And i need to be able to save the entire contents of it to a file, and then next time the program loads have it re-create the array and its contents.

HOw would i g oabout doing this without reading every element in and out?

Cheers

Andy
 
use the serialization of MFC.
learn it from MSDN. come back when you have a question.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top