Quote Originally Posted by jacek View Post
Originally Posted by Havard :
does this mean I have to equip my class with a default constructor, a copy constructor, and an assignment operator, even though it does not have (or need) any of this at the present?

You can avoid this by creating a list of pointers.
Ok, thanks! How do I then use the .append() since it needs an argument, and my class does not take arguments?

Havard