robertk2012
Platinum Member
- Dec 14, 2004
- 2,134
- 0
- 0
Originally posted by: beggerking
I'm a well-known programmer here which you obviously are not.
In C++ (OOP)
What is the virtual function pointer table (vtable)?
Opty 165
How does the vtable differ with virtual functions and pure virtual functions?
Opty 165
Where is this table stored, is it per instance?
Yes thats correct
Is there a difference in the construction of the table if you are initializing/constructing classes statically verses dynamically?
No Opty 165 takes care of all of that
What happens to this table when using Multiple Inheritance (assuming virtual base classes)? What about multiple virtual inheritance (diamond inheritance pattern)?
Duh it becomes an Opty 165
Answer or PM me, Mr. Well known programmer.
So how did I do?
EDIT: How about some ASM, very simple.
I want some ASM
How do I read (get value of) the EIP register?
Who cares?