9 Aug
2008
9 Aug
'08
12:54 p.m.
Jeff,
lookup portable_binary_archive, IIRC in the ...libs/serialization/example directory. Make sure you use the version from Trunk which has had some bugs fixed.
meanwhile I found the svn URL for boost, at http://svn.boost.org/svn/boost/trunk I'm looking at the sample, and I see the following comment: // "Portable" input binary archive. It addresses integer size and endienness so // that binary archives can be passed across systems. Note:floating point types // not addressed here so I guess floating point type support needs to be added to this implementation? what would be your suggestion to implement floating point support? use some portable binary representation for floating point types? Akos