Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in dynamic-cast
Alternatives to dynamic_cast in class hierarchy
Mar 14, 2023
c++
inheritance
dynamic-cast
virtual-functions
How do I dynamically cast from a void * pointer generically?
Mar 11, 2023
c++
void-pointers
dynamic-cast
Strange behavior of dynamic cast and static cast
Feb 22, 2023
c++
oop
casting
virtual-functions
dynamic-cast
When is dynamic_cast required? [duplicate]
Jan 21, 2023
c++
dynamic-cast
dynamic_cast<> fails but static_cast<> works
Dec 29, 2022
c++
dynamic-cast
Is it ok to dynamic cast "this" as a return value?
Dec 17, 2022
c++
templates
design-patterns
this
dynamic-cast
Can not use dynamic_cast to a const object
Dec 04, 2022
c++
constants
dynamic-cast
const-cast
How to downcast with non-polymorphic base class
Oct 31, 2022
c++
dynamic-cast
downcast
Avoiding dynamic_cast for downcasting to the original type
Oct 10, 2022
c++
dynamic-cast
Can we determine at runtime if two type_info's would be castable?
Oct 01, 2022
c++
dynamic-cast
typeid
typeinfo
Well-known solution for avoiding the slowness of dynamic_cast?
Nov 15, 2022
c++
performance
dynamic-cast
Dynamic cast specification (rule) clarification
Apr 15, 2022
c++
casting
dynamic-cast
Dynamic cast in Haxe
Feb 16, 2022
haxe
dynamic-cast
Why do I have to use a dynamic_cast here
Jul 19, 2022
c++
casting
multiple-inheritance
dynamic-cast
reinterpret-cast
How to properly use "C++ Core Guidelines: C.146: Use dynamic_cast where class hierarchy navigation is unavoidable"
Jul 06, 2022
c++
polymorphism
dynamic-cast
static-polymorphism
cpp-core-guidelines
Losing RTTI info after returning from a function
Nov 07, 2022
c++
visual-studio-2005
rtti
dynamic-cast
dynamic_cast "this" to derived type: when is it legal?
Jun 02, 2022
c++
inheritance
dynamic-cast
downcast
Should I use dynamic_cast whenever for downcast?
Sep 07, 2022
c++
dynamic-cast
How does dynamic_cast fail?
Nov 19, 2019
c++
casting
dynamic-cast
Older Entries »