Topic: Run-time Type Checking


Author: maxtal@physics.su.OZ.AU (John Max Skaller)
Date: Tue, 24 May 1994 22:16:19 GMT
Raw View
In article <2rr5mq$qe5@wcap.centerline.com> palmer@centerline.com writes:
>
>Greetings all.
>
>I have heard rumours over the last few years that the ANSI C++ specification will include a mechanisim for run-time type checking.  Does anyone know if this is true?

 Sure, i know. But I'm on the ISO committee WG21, not the ANSI
committee X3J16, so I'm not sure if you actually asked me?

(The answer is yes)

--
        JOHN (MAX) SKALLER,         INTERNET:maxtal@suphys.physics.su.oz.au
 Maxtal Pty Ltd,      CSERVE:10236.1703
        6 MacKay St ASHFIELD,     Mem: SA IT/9/22,SC22/WG21
        NSW 2131, AUSTRALIA




Author: b91926@fsgi01.fnal.gov (David Sachs)
Date: 23 May 1994 16:32:40 -0500
Raw View
palmer@centerline.com (Mark Palmer) writes:


>Greetings all.

>I have heard rumours over the last few years that the ANSI C++ specification will include a mechanisim for run-time type checking.  Does anyone know if this is true?

I would say that it is almost certain, that the RTTI features the
committee approved be be in the final standard.

Bjarne Stroustrup's latest book about C++ contains a decent
description of the new features. There are compilers out now
that support RTTI. One such compiler is Borland C++ 4.0 for
Windows (and DOS).




Author: palmer@centerline.com (Mark Palmer)
Date: 23 May 1994 21:03:22 GMT
Raw View
Greetings all.

I have heard rumours over the last few years that the ANSI C++ specification will include a mechanisim for run-time type checking.  Does anyone know if this is true?

Thanks.

-Mark