
14 Jun
2010
14 Jun
'10
11:29 p.m.
tronix wrote:
Hi all,
I'm learning using the boost serialization libraries. Can someone point me to references which use boost serialization libraries to save a linked list to a file and again read it/ parse the list. I'm not able to find simple examples that'll help me in understanding the basic points.
read the tutorial and examine the complete program demo.cpp. This serializes std::list Robert Ramey