C++ Virtual Table Tables(VTT)

A detailed walkthrough of how C++ virtual table of tables (VTT) works for classes with virtual base classes, with concrete memory layout examples.

May 18, 2022 · 7 min · Nimrod

What does C++ Object Layout Look Like?

Visual walkthrough of C++ object memory layout: member ordering, padding, base class subobjects, vtable pointers, and how multiple inheritance affects layout.

May 8, 2022 · 12 min · Nimrod