Tag Search Results For 'dynamic_cast' (2)

Crash when using dynamic_cast in GCC!

vividmachines dot com | July 8th 2008 by Steve Hanna

Most of the time, I don’t post about these sorts of things on my blog; however, because the corpus of the internet didn’t offer a clear solution, I decided to edify the world with my hours wasted. Working with a large code base, it’ read more

C++ Typecasting

LoginToWin: C++ Tutorials and Design Patterns | May 27th 2008 by Mahesh

What are the typecasting mechanisms in C++?C++ provides a casting syntax with 4 reserved words, dynamic_cast, const_cast, static_cast and reinterpret_cast.What is dynamic_cast? dynamic_cast is used to perform type conversions at run-time.dynamic_cast read more

Page: 1 of 1 (Listing 30 Blogs Per Page, 2 Total)