Please help to write c++ allocator for std::vector< nIcon*> class.
All examples i find shows just what methods i need to overwrite, not code examples.
I need to implement allocator using shared memory on windows (using CreateFileMapping and MapViewOfFile)