|
Boost Users : |
Subject: [Boost-users] list serialization with boost
From: Olivier Austina (olivier.austina_at_[hidden])
Date: 2012-11-22 07:53:21
Hello,
I am a newbie of boost and I want to use it. I would like to serialize a
list. The list is defined with the following data type:
typedef struct person {
char *name;
char *first_name;
struct person *next;
} person;
person *list_person;
I have the list built from this structure and I want to serialize it on the
hard disk.
-- Regards Austina
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net