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 ...
The foreach is a powerful construct found in C# and Visual Basic.NET that allows you to iterate through a collection of objects. Managed C++ is missing this useful construct, so I wrote this article ...