www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1996/08/19/13:38:11

Message-ID: <3218A172.34DC@image.dk>
Date: Mon, 19 Aug 1996 19:16:34 +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: COMPLEX

Please,what's wrong?
The foollowing code won't compile:

#include<iostream.h>
#include<complex.h>

int main()
{
complex c(1.1, 2.2);
cout << c << endl;
return;
}


The complier says:
 `complex´ is undeclared

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019