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 ...
What is the point of using set and get in C Sharp?<BR><BR>It seems variables are used differently in this language than in C++.<BR><BR>For some reason, you have to have a static variable defined like ...