Hello,
I have a map which takes pointers to elements of a class A. B and C are both derived from A. C has some additional functions that it doesn't derive from A. How can I access these functions after retrieving an element from the map which is of type C?