Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
dynamic_cast is a keyword to cast data types in the same inheritance hierarchy, for example an Animal to a Monkey.
There are two types of dynamic_cast:
It is not possible to use dynamic_cast on smart pointers, use boost::dynamic_pointer_cast instead.
Operating system(s) or programming environment(s)
Lubuntu 13.04 (raring)
Qt Creator 2.7.0Libraries used:
STL: GNU ISO C++ Library, version 4.7.3
TEMPLATE = app |
#include <cassert> |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.
This page has been created by the tool CodeToHtml