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.