List Question
20 TechQA 2024-03-08T22:26:29.770000Dynamic cast a pointer to a child class unique pointer to pointer of parent class unique pointer
42 views
Asked by romain.bqt4
How to use dynamic_cast with an array of pointers to a subclass
114 views
Asked by blueperfect
Pointer to subclass call correct virtual function
72 views
Asked by Ryan
When can static_cast be used safely for downcasting in C++?
212 views
Asked by cockatiel
How to determine the type of something in a derived class?
132 views
Asked by mg763
pass shared_ptr to std::bind through std::ref will strip it's polymorphism
112 views
Asked by Komgcn
c++ dynamic_cast of template argument type variable
106 views
Asked by Viktor
Cleanest way to handle this casting situation
21 views
Asked by Mayank
removing overhead of dynamic_cast codegen with minimum boilerplate
59 views
Asked by AudioBubble
Generic function for dynamic casting base class to child class
89 views
Asked by Vivek Mangal
When to use dynamic_cast<T>?
100 views
Asked by ThomasAlvaEdison
Runtime std::conditional
124 views
Asked by Fluffle Puff
Inheritance and method overriding in C - how to make it defined behaviour
225 views
Asked by UnbescholtenerBuerger
What will happen if dynamic_cast<void*> casts an object with underlying non-most-derived class?
132 views
Asked by o_oTurtle
Why does dynamic_cast need the base class to have a virtual destructor?
237 views
Asked by Shishir Jessu
Aws::Delete() attempting dynamic_cast on pointer to zero page
113 views
Asked by Soren Saville Scott
When using dynamic cast to do upcast, it is a kind of run-time or compile-time process?
93 views
Asked by Kevin eyeson
Casting `std::unique_ptr`
220 views
Asked by Capy Maths