STL containers in shared memory

Discussion in 'C' started by man4ish, Aug 3, 2009.

  1. man4ish

    man4ish New Member

    Joined:
    Apr 5, 2008
    Messages:
    5
    Likes Received:
    0
    Trophy Points:
    0
    I am working on STL(map) in shared memory. How can it be implemented. I am successsful in creating the two process
    process1 : writing a text to the sahred memory
    process2 : reading the same text from shared memory.

    But now i am planning to implement the shared memory for map <string, string>.How this can be implemented? Any code or example doing the same will really help me.Thanks in advance.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice