I am trying to create a linked list of class types, where every entry in the list must derive from a specified type. Here is my current attempt, where I am trying to create a linked list of class ty
I am trying to create a linked list of class types, where every entry in the list must derive from a specified type. Here is my current attempt, where I am trying to create a linked list of class ty