This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.
Understanding vtables (also called VMT/Virtual Method Tables or VFT/Virtual Function Tables) is important for understanding how many C++ features work on any OS. They are even more important to understand on Windows, where vtables are used for communication between modules using COM. There are a few types of errors that can happen when things go wrong with them, and some of these will be extremely…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.