Hi:
Has anyone ever written extra classes to serialize c++ datatypes to .csv files using boost.Serialization.
If so what is the best way of going about this?
Cheers
Sean
this is the closest (and still not quite) thing I found to what you
are looking for
http://code.google.com/soc/2008/boost/appinfo.html?csaid=BE3EEB904A90B03A
serialization to YAML format. I don't know more details, but it can
be useful to use as
an example on how to do .cvs serialization.
On the other hand what you can actually serialize with .cvs is limited
to list of numbers, isn't it?
(is there even a formal specification what a cvs file should be like?)
Alfredo
_______________________________________________
Boost-users mailing list
Boost...@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-users