On 10/07/2010 03:02 AM, narendra babu wrote: > 1)I'm dont need C++ Object Serialization per-se but I intend to > write a few C structures to disk (file.bin) - The written data > structure on-disk should be portable across different platform > architectures (small/big endian)
Have a look at 'google protobuf' (http://code.google.com/p/protobuf/). Store your content onto protobuf objects, serialize them onto disk and load them back when needed. -- .o. I'm a Free man. I use Free Software. ..o ooo http://www.joesteeve.org/
signature.asc
Description: OpenPGP digital signature
_______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
