From: "Thomas Mueller" Newsgroups: comp.os.msdos.djgpp Subject: Re: questions/help with c++ compiling Date: 28 Sep 2002 04:46:57 GMT Lines: 13 Message-ID: References: <5 DOT 1 DOT 1 DOT 6 DOT 0 DOT 20020923181520 DOT 00be2b48 AT imss DOT gob DOT mx> NNTP-Posting-Host: tnt01-95-65.bluegrass.net (216.135.95.65) Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: fu-berlin.de 1033188417 10713378 216.135.95.65 (16 [49635]) X-Mailer: NOS-BOX 2.05 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com from "J. L." : > >#include > This is deprecated. Better use > #include > use namespace std; What is the actual header file name? Is it iostream or iostream.h ? On my computer, with DJGPP 2.03, and I think the gcc version is 2.95, all the header files end in .h, including iostream.h .