home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / common / msdev98 / bin / mfcclwz.dll / STRINGARRAY / VFI_SERIALIZE < prev    next >
Text File  |  1998-06-18  |  94b  |  10 lines

  1. Serialize
  2. void
  3. CArchive& ar
  4. if (ar.IsStoring())
  5. {    // storing code
  6. }
  7. else
  8. {    // loading code
  9. }