I don't think QSharedMemory does what you want. It is for sharing a bunch of bytes between different processes. That's something totally different than the new operator.
I don't think QSharedMemory does what you want. It is for sharing a bunch of bytes between different processes. That's something totally different than the new operator.
Got it, I'll just stick with new, thanks.
Bookmarks