i created some segement of shared memory using <sys/shm.h> <-- im not sure what this thing called.. shared memory?
seems shared memory doesnt like dynamic allocation and vectors
what are some apporaches i could create a 2D array like structure in shared memory?