use of serialize function in document class to


USE OF SERIALIZE FUNCTION IN DOCUMENT CLASS TO IMPLEMENT FILE

void CStoreDoc::Serialize(CArchive& ar)

{

if (ar.IsStoring())

{

// TODO: add storing code here

}

else

{

// TODO: add loading code here

}

}

The Serialize functions is used for writing to a file or in the else part it retrieves the contents of a file.

Request for Solution File

Ask an Expert for Answer!!
Visual Basic Programming: use of serialize function in document class to
Reference No:- TGS0173371

Expected delivery within 24 Hours