Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
typeid is a C++ keyword to determine a type at runtime.
- Bjarne Stroustrup. The C++ Programming Language (4th edition). 2013. ISBN: 978-0-321-56384-2. Chapter 22.7. Advice. page 663: '[8] Use typeid to implement extended type information'
- Bjarne Stroustrup. The C++ Programming Language (4th edition). 2013. ISBN: 978-0-321-56384-2. Chapter 22.7. Advice. page 663: '[9] Use typeid to find the type of an object (and not to find an interface to an object)'
- Bjarne Stroustrup. The C++ Programming Language (4th edition). 2013. ISBN: 978-0-321-56384-2. Chapter 22.7. Advice. page 663: '[10] Prefer virtual functions to repeated switch-statements based on typeid or dynamic_cast'
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.
