Message-ID: <3218A0AA.609@image.dk> Date: Mon, 19 Aug 1996 19:13:14 +0200 From: Søren Merser Organization: Merser Computing, Inc. MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: STL complex Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit What's wrong. this code won't compile #include #include int main() { complex c(1.1, 2.2); cout << c << endl; return; } The complier give following error message: `complex´ is undeclared