Monday, January 30, 2006

c++ typecasting

Here you can find a c++ typecasting tutorial.

It is part of a great c++ programming tutorial - here


for dynamic_casting you need to enable the Run-Time Type Information (RTTI)
in visual studio: project properties - c/c++ - language - Enable Run-Time Type Info

No comments: