Results 1 to 5 of 5
Does anybody knows C++ implementation of shared memory. I dont want to used C API provided by operating system. Rather than rewriting class representation of that code i want to ...
- 07-15-2009 #1Just Joined!
- Join Date
- Jul 2009
- Posts
- 3
Shared memory c++ implementation
Does anybody knows C++ implementation of shared memory. I dont want to used C API provided by operating system. Rather than rewriting class representation of that code i want to used existing code which may provide additional functionality.
- 07-15-2009 #2Just Joined!
- Join Date
- Jun 2009
- Location
- Toronto
- Posts
- 18
Qt has a few C++ classes for shared memory.
- 07-15-2009 #3Just Joined!
- Join Date
- Jul 2009
- Posts
- 3
thanks for your reply ...
Do you know any other implementation of shared memory.
- 07-15-2009 #4
did you even try google?
- 07-15-2009 #5Just Joined!
- Join Date
- Jul 2009
- Posts
- 3
i have tried so many times but i have just got wrapper like for
shm_open they are providing Open function in there class i want some additional functionality like locking so that multiple processes can access that memory simulteneously also like wise other functionalities


Reply With Quote