SpiceQA
Questions
Tags
Users
Badges
vptr
10 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
Storage layout of polymorphic objects according to C++ standard
user_1030598
0
•
asked Mar 17, 2020
2
1
157
memory-layout
vptr
standards
c++
Changing dynamic type of an object in C++
user_7091875
0
•
asked Jun 16, 2019
3
1
602
compiler-optimization
vptr
virtual-functions
lifetime
c++
Understanding virtual inheritance class vtables and vptr creation
user_1273923
0
•
asked Sep 20, 2018
4
1
448
vptr
vtable
virtual-inheritance
virtual-functions
c++
Dynamic_cast on non polymorphic types
user_4950448
0
•
asked Sep 4, 2018
7
1
289
vptr
vtable
dynamic-cast
multiple-inheritance
c++
Using C++ struct with virtual members (i.e. non-POD) in C
user_1000626
0
•
asked Nov 15, 2017
3
1
2234
memory-layout
vptr
virtual-functions
c
c++
Understanding of vtable in derived classes
user_8017698
0
•
asked May 24, 2017
6
1
1070
vptr
vtable
inheritance
oop
c++
choosing vptr in case of multiple inheritance
user_4683339
0
•
asked Mar 18, 2016
3
2
707
memory-layout
vptr
vtable
multiple-inheritance
c++
Obtain the vtable of a class without an object
Admin
1
•
asked Mar 4, 2016
6
1
1294
vptr
undefined-behavior
g++
c++11
c++
When does the vptr (pointing to vtable) get initialized for a polymorphic class?
user_514235
0
•
asked Jul 6, 2011
9
3
5512
vptr
virtual-functions
overriding
constructor
c++
Virtual dispatch implementation details
user_469935
0
•
asked Oct 19, 2010
39
3
10795
vptr
vtable
c++
1
(current)
Hot Questions