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
What would be a use case for dynamic_cast of siblings?
Nov 16, 2019
c++
inheritance
siblings
dynamic-cast
Is it valid to cast from A* to B* via dynamic_cast when A and B haven't a common ancestor?
Oct 29, 2022
c++
inheritance
c++11
casting
dynamic-cast
In c++11, does dynamic_cast return nullptr or 0?
Aug 23, 2022
c++11
dynamic-cast
nullptr
Is my method for avoiding dynamic_cast<> faster than dynamic_cast<> itself?
Nov 15, 2019
c++
polymorphism
dynamic-cast
static-cast
dynamic cast with interfaces
Oct 13, 2018
c++
casting
dynamic-cast
Downcasting from base pointer to templated derived types
Jul 28, 2017
c++
inheritance
metaprogramming
dynamic-cast
downcast
Checking whether a cross-cast could possibly work?
May 15, 2022
c++
static-analysis
dynamic-cast
cross-cast
How is the deletion of a pointer detected using dynamic cast
Feb 16, 2018
c++
vtable
dynamic-cast
Fast dynamic casting progress
Oct 27, 2022
c++
performance
dynamic-cast
Should I change my design to prevent dynamic casts?
Nov 09, 2022
c++
oop
dynamic-cast
dynamic_cast vs static_cast to void*
Nov 09, 2022
c++
casting
void-pointers
dynamic-cast
Dynamic cast in destructor
May 05, 2022
c++
polymorphism
destructor
multiple-inheritance
dynamic-cast
Is it safe to delete the pointer after dynamic_casting?
Jun 26, 2022
c++
pointers
memory-management
casting
dynamic-cast
what is side-cast or cross-cast in Dynamic_cast in C++
Oct 28, 2022
c++
dynamic-cast
Is the compiler allowed to optimize out dynamic_cast of a volatile pointer when the compiler doesn't see a possible type which can fulfill the cast?
Oct 20, 2022
c++
language-lawyer
volatile
dynamic-cast
Are dynamic_casts safe to remove in production code?
Aug 17, 2022
c++
performance
casting
dynamic-cast
How do I dynamic upcast and downcast with smart pointers?
Oct 30, 2022
c++
casting
smart-pointers
dynamic-cast
Why is dynamic_cast evil or not ? Should I use dynamic_cast in this case?
Oct 22, 2022
c++
rtti
dynamic-cast
Explicit instantiation of a templated class and dynamic_cast in a shared library
May 07, 2018
c++
templates
shared-libraries
dynamic-cast
Complex dynamic_cast in c++
Mar 10, 2022
c++
polymorphism
language-lawyer
dynamic-cast
cross-cast
« Newer Entries
Older Entries »