serialize function

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • UnknownBlue
    New Member
    • Jan 2007
    • 14

    #1

    serialize function

    Hi.
    Im confused about the serialize function. I am doing a MDI application and I want to have a file open dialog which will read data from a binary file. I do not need to save any file. So must I use the if(ar.IsStoring ())... else? How do I go about doin this?
    Thanks.
  • DeMan
    Top Contributor
    • Nov 2006
    • 1799

    #2
    As far as I know, IsStoring is used to find if a file is available for storuing. It has a complementary function IsLoading to see whether it is available for Reading.

    In the case that you are only reading, I see little use for IsStoring....us e IsLoading for an errorcheck instead.

    Comment

    Working...