delorie.com/archives/browse.cgi | search |
Message-ID: | <3218A135.CE2@image.dk> |
Date: | Mon, 19 Aug 1996 19:15:33 +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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |