SpiceQA
Questions
Tags
Users
Badges
virtual-inheritance
39 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
Automatic selection between static_cast and dynamic_cast for best performance
user_7325599
0
•
asked Jun 18, 2021
2
1
148
virtual-inheritance
static-cast
dynamic-cast
c++
How to create constructor that calls to grand parent constructor only?
user_1576462
0
•
asked Apr 22, 2021
2
2
134
virtual-inheritance
c++
Understanding the size of virtual derived class
user_13833049
0
•
asked Jan 8, 2021
2
3
190
memory-layout
virtual-inheritance
multiple-inheritance
c++
Strange default empty constructor on a virtual inheritance behaviour on GCC
user_1047550
0
•
asked Dec 14, 2020
6
2
147
virtual-inheritance
clang
gcc
c++
Why do the constructor of the derived classes want to initialize the virtual base class in C++?
user_2025742
0
•
asked Nov 3, 2020
8
3
431
virtual-inheritance
ctor-initializer
constructor
c++
Is it necessary to have default ctor for the most-base class in virtual inheritance?
user_7155015
0
•
asked Oct 19, 2020
4
1
71
virtual-inheritance
default-constructor
inheritance
c++
sequence of the constructor of two parent classes
user_5437770
0
•
asked Jun 24, 2020
3
3
95
virtual-inheritance
multiple-inheritance
inheritance
c++
Correct implementation of move semantics in class that virtually inherits from class with non-trivial move assignment operator
user_9334475
0
•
asked Apr 10, 2020
3
0
107
move-semantics
virtual-inheritance
c++
Class using virtual inheritance seems to allow a base class constructor to overwrite another base class' members
user_4683659
0
•
asked Jan 9, 2019
4
1
111
memory-layout
virtual-inheritance
clang
gcc
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++
Prev
Prev
1
2
(current)
3
4
Next
Next
Hot Questions