Xref: news2.mv.net comp.os.msdos.djgpp:2430 From: Hans-Bernhard Broeker Newsgroups: comp.os.msdos.djgpp Subject: Re: Complex numbers again Date: Wed, 03 Apr 1996 18:14:54 +0200 Organization: RWTH Aachen Lines: 16 Message-ID: <3162A3FE.6C04D027@axpmgr.physik.rwth-aachen.de> References: NNTP-Posting-Host: axpcl4.physik.rwth-aachen.de 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 Michael Schuster wrote: > The error is: > Complex: undeclared (first use this function) > Complex is there, but you have to #include <_complex.h> to get at it (on a 'real' OS, that would be , but on DOS, that would conflict with ). The background on this is that libg++ 2.7 has a *template*, complex, in and the older class Complex is now a typedef complex Complex, and has its own header file, to keep things as modular as possible, I suppose. Hans-Bernhard Broeker (Aachen, Germany)