
Matthias Troyer schrieb:
On Jun 23, 2008, at 7:02 AM, Daniel Kunz wrote:
Hi,
I'm very new at Boost and want to develop a project for school with the Boost:Serialization package.
I've already read the documantation and serveral other sources.
I'm not very good in programming C++, so please excuse that my code looks not perfect.
I hope it's ok that I've posted some sourcecode. I've tried to keep it short...
*My problem:*
I have to create a program to serialise and deserialse a xml-file to a binary-stream. I think to binary stream is already done but the xml-serialisation is not ready and I don't know whats wrong.
[snip]
So thats it and I hope its not all wrong I tried. I hope you can help me finish that project. Thanks!
You never mentioned what you have problems with. What is actually your problem?
Matthias
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
I wanted to know if the structure of my code and the using of the Serialization functions. Because there are very long copmpile errors. Should I post this errors? Greets Daniel