The BCL collection classes are laughable at best, and multi-thread support is virtually non-existent<BR><BR>Is anyone aware of thread safe collection librarys, a la java.util.concurrent, that targets ...
Apparently, it's not possible to create a collection with an abstract type in STL. How do I go around the problem of creating a collection with a base abstract type and using that collection with a ...