Boost logo

Boost Users :

Subject: [Boost-users] how to serialize a const class_name *object
From: niranjan bangera (niranjannina_at_[hidden])
Date: 2008-12-03 23:46:21


hi all,
Am new to boost serialization concept. here i want to serialize these
classes please help me to do this;
i tried doing this but am gettin some compile time errors while serializing
the object1, Please help me to do this,
Boost version am using: 1_36_0
c++ compiler: GCC 4.1.1
(gnu-gcc-4.1.1-binutils-2.16.1/x86_64-pc-linux2.4/bin/gcc)

Please help me to solve this simple concept..

Thanks in advance,
Nina

struct mystruct
{
const char * name;
const char * name2;
int number;
}

class my_class
{
private:
const mustruct * object1
}



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