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 ...
In Part 1 this month, we will explore object-oriented principles to see if they are supported by OOC. I will also discuss how to create the C++ Class construct, which lays the groundwork for ...