This is driving me wild with frustration. I am just trying to create a shared memory buffer class that uses in shared memory created through Boost.Interprocess where I can read/store data. I wrote the
I am trying to create a circular buffer in shared memory using Boost circular_buffer and Interprocess libraries. I compiled and ran the the example given in the Interprocess documentation for creating
I have a problem with boost::interprocess::string in shared memory. When I use a shared_memory_object I can manip开发者_运维技巧ulate a structure with different fields, BUT strings (I get a segmentat