N
notme
Hi everybody,
I'm working in a system that doesn't provide rtti functionality, so using
dynamic_cast is not
possible. I'm wondering how would be a better replacement: using static or
reintepret cast?
(Or something else?). This is to modify an existing program, so please note
that a redesign
is not possible.
Thanks!
I'm working in a system that doesn't provide rtti functionality, so using
dynamic_cast is not
possible. I'm wondering how would be a better replacement: using static or
reintepret cast?
(Or something else?). This is to modify an existing program, so please note
that a redesign
is not possible.
Thanks!