|
| User: "Jeff Flinn" |
|
| Title: Re: A class implementing the archiver pattern |
28 Apr 2005 07:30:25 AM |
|
|
wrote:
Hi,
MFC had a CArchiver class that overloaded the << and >>. This
class was useful for serializing data into streams. Is there a
platform independant class (maybe STL has something)?
See: http://www.boost.org/libs/serialization/doc/index.html
Jeff Flinn
.
|
|
|
| User: "" |
|
| Title: Re: A class implementing the archiver pattern |
28 Apr 2005 09:31:20 AM |
|
|
Thanks! Looks good from what I've seen so far.
.
|
|
|
|