Friday, March 11, 2011

How to get the same program to access shared memory in C?

I've seen and run examples with 2 different programs, a server/client that can access the same shared memory. But can anyone give me some help on how to get multiple executions of the same program to access the same shared memory?

No comments:

Post a Comment