hi everyone,
do you know how to use classes with shared memory? could you please give me
a hand?
e.g. i have the following class:
class abc {
int x;
public:
void set(int xx){ x = xx; }
int get(void){return(x);}
}
how do i share this between different processes using shared memory?
please send email to ppc2@cec1.wustl.edu
thanks a lot.