| delorie.com/archives/browse.cgi | search |
| Message-ID: | <3218A0AA.609@image.dk> |
| Date: | Mon, 19 Aug 1996 19:13:14 +0200 |
| From: | Søren Merser <merser AT image DOT dk> |
| Organization: | Merser Computing, Inc. |
| MIME-Version: | 1.0 |
| To: | djgpp AT delorie DOT com |
| Subject: | STL complex |
What's wrong. this code won't compile
#include<iostream.h>
#include<complex.h>
int main()
{
complex c(1.1, 2.2);
cout << c << endl;
return;
}
The complier give following error message:
`complex´ is undeclared
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |