Original Post
I haven't done classes in c++ in awhile, and I have a question. Let's say that I have class a. Classes b and c inherit from class a. I declare a pointer: a* ptr; Can I use that pointer to (successfully and without casting) point to instances of classes b and c?