This is the mail archive of the java-discuss@sourceware.cygnus.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: instanceof in CNI


The standard C++ mechanism is to use RTTI as in:

   typeof<foo> == typeof<bar>

but I think that C++ RTTI interferes with Java if I remember correctly.

On Sat, Mar 25, 2000 at 12:52:54PM +0100, osk@hem.passagen.se wrote:
> Hello
> 
> Is there anything similar to the Java instanceof operatior in C++/CNI?
> 
> Oskar Liljeblad (osk@hem.passagen.se)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]