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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Serializing CArray

Status
Not open for further replies.

MarcoMB

Programmer
Oct 24, 2006
61
IT
Some help needed to implement serialization for CArray objects...i must use SerializeElements?
 
i have to serialize a CObArray that contains class objects made by 2 CArray elements that handles POINT struct:

CArray<POINT,POINT> myArray1;
CArray<POINT,POINT> myArray2;

how can i serialize it?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top