G
Guest
Hey everyone,
I know regular c++ has cast operators: dynamic_cast, static_cast, const_cast
and reinterpret_cast.
But, I'd like to know if I can use any of these to cast from System::Object
to a managed class. If not, what cast operator do I need?
Thanks,
I know regular c++ has cast operators: dynamic_cast, static_cast, const_cast
and reinterpret_cast.
But, I'd like to know if I can use any of these to cast from System::Object
to a managed class. If not, what cast operator do I need?
Thanks,