Find the answer to your Linux question:
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 ...
  1. #1
    Just 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.

  2. #2
    Just Joined!
    Join Date
    Jun 2009
    Location
    Toronto
    Posts
    18
    Qt has a few C++ classes for shared memory.

  3. #3
    Just Joined!
    Join Date
    Jul 2009
    Posts
    3
    thanks for your reply ...
    Do you know any other implementation of shared memory.

  4. #4
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    did you even try google?

  5. #5
    Just 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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...