As a second year CS student, I've been using the stl considerably even for my own data structures implementation. However it has recently come to my attention that STL usage is avoided in large ...
All of the default STL implementations in Visual Studio use the heap to back its container classes (i.e. vector, map, list, etc). How can I go about using something else to back them, like a file?
Some results have been hidden because they may be inaccessible to you
Show inaccessible results