
15 Jun
2010
15 Jun
'10
5:29 a.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