Hi,<P>What is your perference when it comes to STL containers? I know many programmers prefer the vector because it random-access. However, deque container is random-access and could be changed from ...
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