Date: Mon, 17 Jun 1996 08:26:01 +0200 (IST) From: Eli Zaretskii To: Christian Axbrink Cc: djgpp AT delorie DOT com Subject: Re: Q: How to check if two objects are of the same class (C++) ? In-Reply-To: <31C4486F.5607@ida.utb.hb.se> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Sun, 16 Jun 1996, Christian Axbrink wrote: > b) where I can find online documents describing C++ in some detail, not > just overviews and descriptions of the class libraries but all of the > operators and other fun stuff. > Preferably these texts should be aimed at DJGPP/GNU C if these > compilators in any way differ from official C++ standard (wich I have > not been able to find, at least not yet). There is a chapter on GCC-specific C++ extensions in the GCC on-line docs. To read it, invoke Info like this (note the quotes!): info gcc "C++ Extensions"