A
Alvin777
I'd like to have data file with many strings and load them at once
using MapViewOfFile[Ex] and unload with UnmapViewOfFile. So I wouldn't
have to allocate memory for each string on heap.
How can I use basic_string<> attaching them to pointer to string
within mapped space so it wouldn't copy that string to internal
buffer?
using MapViewOfFile[Ex] and unload with UnmapViewOfFile. So I wouldn't
have to allocate memory for each string on heap.
How can I use basic_string<> attaching them to pointer to string
within mapped space so it wouldn't copy that string to internal
buffer?