与 linux 和 windows c++ 兼容的共享内存库
Shared memory lib compatible with linux and windows c++
我正在寻找可以处理 linux 和 windows 平台的共享内存库。我想通过 C++ 使用它。
有知道的请告诉我
试试 boost shared memory - 这是跨平台的。
我正在寻找可以处理 linux 和 windows 平台的共享内存库。我想通过 C++ 使用它。 有知道的请告诉我
试试 boost shared memory - 这是跨平台的。