Magnus Lycka <[EMAIL PROTECTED]> writes:
> Sure, but on the other hand, you are really on your own when you
> avoid the compile time type safety in C++.

But it's almost impossible to avoid.  Does *p point to a valid object,
or to unallocated memory?  C++ has no way to tell this at compile
time.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to