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.

Recommended Answers

All 3 Replies

I am trying to avoid any third party lib like boost. In C++, using shared memory, it is possible. but how it can be implemented?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.