17 Aug
2007
17 Aug
'07
11:51 p.m.
Hi! Hector C. schrieb:
THANK YOU! (Shouting intended)
Just for future reference, your solution lead me to:
A a; { ofstream off("test.txt"); boost::archive::text_oarchive oa(off); oa << (const A &)a; }
--Hector C.
I now noticed that the link I posted does not reference excatly what I meant to point at. Your code makes me think that you have not read what I wanted you to read. Here it goes. READ THIS: http://www.boost.org/libs/serialization/doc/rationale.html#trap Frank