Date: Thu, 8 Aug 1996 09:29:41 +0200 (IST) From: Eli Zaretskii To: "M. Edward Kiser" Cc: djgpp AT delorie DOT com Subject: Re: Standard C++ Library? In-Reply-To: <4u6h24$ncl@jaxnet.southeast.net> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Tue, 6 Aug 1996, M. Edward Kiser wrote: > complexu.cpp: In function `int main()': > complexu.cpp:22: redeclaration of `class complex * ii' > complexu.cpp:22: `class complex * ii' previously declared here Did you read section 8.11 of the DJGPP FAQ list? It discusses some possible problems with using class complex in DJGPP. The latest version of the FAQ is available as v2/faq201b.zip from the same place you get DJGPP.