From: "John M. Aldrich" Newsgroups: comp.os.msdos.djgpp Subject: Re: When will DJGPP support standard C++? Date: Mon, 02 Feb 1998 18:57:31 -0500 Organization: Two pounds of chaos and a pinch of salt. Lines: 19 Message-ID: <34D65D6B.5F80@cs.com> References: <6b0qu2$2o7$1 AT winter DOT news DOT erols DOT com> <34D3F542 DOT 5787 AT cs DOT com> <6b2csu$1js_002 AT news DOT glasscity DOT net> <34D5FE96 DOT 1B1 AT nortel DOT ca> NNTP-Posting-Host: ppp229.cs.com 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 Ian Chapman wrote: > > Just last night I started to use complex class. It was well documented > in C++ lib info, only problem djgpp v2 did not Know about it. I went to > info faq and did a search on complex and wow situation resolved. Q > complex worked on v1 not v2 !! ... similar to my problem v2 uses > containers or templates or whatever it's not in my c++ tutorial. DJGPP has a file, but due to MS-DOS's case-insensitivity it had to be renamed <_complex.h>. The same goes with all the other C++ headers that start with uppercase names. (<_string.h>, etc.) -- --------------------------------------------------------------------- | John M. Aldrich | "Animals can be driven crazy by pla- | | aka Fighteer I | cing too many in too small a pen. | | mailto:fighteer AT cs DOT com | Homo sapiens is the only animal that | | http://www.cs.com/fighteer | voluntarily does this to himself." | ---------------------------------------------------------------------