Hi, I both googled and searched the archives for this - it seems to be a FAQ, but I didn't really find a nice answer... Given a class, I'd like to be able to find out what its vtable will look like in memory. What I need to do is find out which function corresponds to a given offset in the vtable. Apparently the vtable stuff varies between compilers and between g++ versions, but I don't need to solve the problem in general, only for a particular version (2.95) of g++. Pointers or suggestions would be very much appreciated. Thanks very much, dstn.