Mail Archives: djgpp/2000/05/15/02:13:01
On Mon, 15 May 2000, Paul Cechner wrote:
> perhaps you should try
> #include <complex>
> instead of
> #include <complex.h>
These two headers are identical (actually, <complex.h> includes
<complex>).
> > #include <_Complex.h>
> I hear that the reason headers are named using the mentioned convention is
> because of the non-case sensitivity of ms-dos based OSs...
>
> perhaps this is just a load of half-remembered half-truths from a half-c++
> programmer with not much experience with djgpp :)
No, this is from the DJGPP FAQ (section 8.3).
- Raw text -