Message-ID: <3218A135.CE2@image.dk> Date: Mon, 19 Aug 1996 19:15:33 +0200 From: Søren Merser Organization: Merser Computing, Inc. MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: COMPLEX Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Please,what's wrong? The foollowing code won't compile: #include #include int main() { complex c(1.1, 2.2); cout << c << endl; return; } The complier says: `complex´ is undeclared