From: Yves Lafleur Newsgroups: comp.os.msdos.djgpp Subject: Run-time type id: typeid() Date: Mon, 09 Feb 1998 14:58:45 -0500 Organization: Nortel Research Lines: 17 Message-ID: <34DF5FF4.6D55E3D9@nortel.ca> NNTP-Posting-Host: bmerh392.bnr.ca Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hi, I was wondering if someone could help me. I've been coding in C++ with the Borland compiler, I believe version 4.5, and I have recently tried to port my code to the djgpp compiler. Unfortunately, the djgpp package does not include the run-time type class identifier function, typeid(). Would any of you know if djgpp offers a substitute function to typeid()? Thanks, Yves Lafleur.