Hi SamBones,
I guess my definition of beginner is different!
Yes, I understand the differences between malloc and shmget.
What I am trying to do is persist memory (some strings, and preferably a struct). The application doesn't run as a dameon - the applications life span is short, so I don't...