vptr Questions

3

Solved

First of all, I want to make myself clear that I do understand that there is no notion of vtables and vptrs in the C++ standard. However I think that virtually all implementations implement the vir...
Hermeneutics asked 19/10, 2010 at 20:36

3

Solved

While debugging one of the program's core dump I came across the scenario where its contained object which is polymorphic loses its VPTr and I can see its pointing to NULL. What could be the scena...
Nosy asked 19/10, 2010 at 7:9

3

Solved

I am little confused about vptr and representation of objects in the memory, and hope you can help me understand the matter better. Consider B inherits from A and both define virtual functions f(...
Brycebryn asked 24/7, 2010 at 10:30

© 2022 - 2024 — McMap. All rights reserved.