SyntaxFix
Write A Post
Hire A Developer
Questions
A dynamic_cast performs a type checking using RTTI. If it fails it'll throw you an exception (if you gave it a reference) or NULL if you gave it a pointer.
dynamic_cast