Home > Back-end >  About c container
About c container

Time:11-13

I in vs2010 programming, about vector and map sometimes when I have saved some information, the container will be out of memory, this is why, is there a way to solve it, I really want to save a large vector,

CodePudding user response:

STL containers should be memory allocated on the heap, not stack overflow,

CodePudding user response:

The code posted to see to know
  • Related