
2 Jan
2008
2 Jan
'08
5:23 p.m.
In your original example a) you' re reconstruction the archive for each object. I can't imagine what the purpose of this is. Certainly one would not expect to be able to serialize multiple objects to an archive if the archive is being re-constructed with every object. b) you're code contains things like ar << *this; This suggests to me that there is some confusion as to how the library is intended to be used. I would recommend a more careful revue of the demos and perhaps some of the tests which might be similar to your example. Robert Ramey