Controlling RTTI

The Carbide.c++ language supports runtime type information (RTTI), including the dynamic_cast and typeid operators. To use these operators, enable the Enable RTTI setting .

For more information on how to use these two operators, see Working with RTTI.