Hi, I am having trouble understanding inheritance. How do I get class monster to inherit the functions from class Actor. It doesn't let me. It gives a inheritance member not allowed.
seeing i don't have your Room class i swapped that class for a std::string and it compiles just fine, so i'm guessing the issue is with code you haven't posted (i.e. your Room class).