In my code, I have a set of objects:
class Sphere { ... class Plane { ... ...
And I need to use a collection of them (they will all have di
The other posts have told you most of what you need to know. I would like to add that boost has pointer containers that might be handy as they cleanup there contents when they are destroyed. Boost manual