strong/weak typing and pointers

Diez B. Roggisch deets.nospaaam at web.de
Tue Nov 2 07:22:30 EST 2004


> Note that this is also an example showing that C++ does contain a little
> bit of dynamic typing, too, isn't it?

On a related note: c++ _can_ have some dynamic type information - when not
disabled with -fno-rtti (gcc) you get "real time type identification". That
allows for (guess why there called that way...) dynamic casts.

-- 
Regards,

Diez B. Roggisch



More information about the Python-list mailing list