The C++ spec doesn't even require the implementation to use a vtable AFAIK. With that behind, how hard is it to dump the binary representation of a class and figure out where the pointer is? A simple ...
I think he means he wants to assign each room (each struct) an ID number. That can certainly be stored within each struct as a member of the struct. However, I don't know why he'd need it at all given ...