The C++ spec doesn't mandate a specific location for the vtable pointer in structs/classes with virtual functions, but it must be consistent for a compiler/architecture. We're writing a compiler for a ...
Hi Everyone- Warning, this might be a bit long. Somewhat related to my question last week regarding polymorphism, and returning a fully qualified type. It is the same number crunching code. As before, ...