From: dontmailme AT iname DOT com (Steamer) Newsgroups: comp.os.msdos.djgpp Subject: Re: Problem with complex.h Date: Wed, 28 Mar 2001 22:38:45 GMT Organization: always disorganized Lines: 12 Message-ID: <3ac267e4.21245208@news.freeserve.net> References: <2F012012AA AT et DOT put DOT poznan DOT pl> NNTP-Posting-Host: modem-119.texas.dialup.pol.co.uk X-Trace: news8.svr.pol.co.uk 985819126 28956 62.137.94.119 (28 Mar 2001 22:38:46 GMT) NNTP-Posting-Date: 28 Mar 2001 22:38:46 GMT X-Complaints-To: abuse AT theplanet DOT net X-Newsreader: Forte Free Agent 1.11/32.235 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com JANUSZ POCHMARA wrote: > I use in my program two includes allegro.h and complex.h. > When I compile program I have manny warrnings and errors for complex > library. Compiler didn't see this library. What am I doing ? (Program > is very simply - display fractal on my monitor. Runnig all right for > real numbers). Do you really need to use ? It's only there for compatibility with old programs - new programs should use the standard C++ header unless there's some compelling reason to do otherwise.