Linked List with Different Class Objects (Not using STL)anyone? it involves run-time polymorphism but im not too sure how to implement this
Linked List with Different Class Objects (Not using STL)I think what I need to know is, how can I get the BaseClassPointer in the node, to point to differen...
Linked List with Different Class Objects (Not using STL)anyone?
Linked List with Different Class Objects (Not using STL)Hi, Im having trouble with making a Linked List, using different Class Objects (Inherited objects), ...