From: "Andrew Crabtree" Newsgroups: comp.os.msdos.djgpp Subject: Re: Run-time type id: typeid() Date: Mon, 9 Feb 1998 15:11:23 -0800 Organization: Hewlett Packard Lines: 10 Message-ID: <6bo2es$kfs$1@rosenews.rose.hp.com> References: <34DF5FF4 DOT 6D55E3D9 AT nortel DOT ca> NNTP-Posting-Host: ros51675cra.rose.hp.com Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Yves Lafleur wrote in message <34DF5FF4 DOT 6D55E3D9 AT nortel DOT ca>... >Unfortunately, the djgpp package does not include the run-time type >class identifier function, typeid(). Perhaps you could try pg++ (www.goof.com), and see if it supports it. It is based off of egcs 1.0.1 which supposedly has much better standard c++ support than gcc 2.7.2 does. If it works than either use that or wait until gcc 2.8.1 is released because it should have the same c++ support as egcs does.