i\'m trying to share a struct like this example:
typedef struct { int* a; int b; int c; } ex;
between processes, the prob
Are you working in Windows or Linux? In any case what you need is a memory mapped file. Documentation with code examples here,
http://msdn.microsoft.com/en-us/library/aa366551%28VS.85%29.aspx http://menehune.opt.wfu.edu/Kokua/More_SGI/007-2478-008/sgi_html/ch03.html