Topic: Visual C++ 2.1 and RTTI
Author: jsdy@cais2.cais.com (Joseph S. D. Yao)
Date: 1995/06/02 Raw View
In article <3q5b3r$egv@falcon.ccs.uwo.ca>,
John Dubois <jdubois@icis.on.ca> wrote:
>I was told that Visual C++ 2.1 now supports run time type information
>(RTTI) but I can find no mention of it in the documentation. Is the
>documentation out of date, or is Microsoft still behind in it ANSI
>standards?
Microsoft's Visual C++ 2.1 does not support the ANSI/ISO standard RTTI.
Instead, the MFC Library supports the same interesting implementation
of RTTI that it always has. This implementation works only for classes
that are descended from CObject.
--
Joe Yao jsdy@cais.com - Joseph S. D. Yao
Author: jdubois@icis.on.ca (John Dubois)
Date: 1995/05/26 Raw View
I was told that Visual C++ 2.1 now supports run time type information
(RTTI) but I can find no mention of it in the documentation. Is the
documentation out of date, or is Microsoft still behind in it ANSI
standards?
John.