From: Steven Anthony Uy Newsgroups: comp.os.msdos.djgpp Subject: Re: Problem with C++ libraries in djgpp Date: Thu, 30 Sep 1999 19:53:25 -0700 Organization: University of California, Irvine Lines: 9 Message-ID: References: <7sklom$aug$1 AT winter DOT news DOT rcn DOT net> NNTP-Posting-Host: mecn213-024.reshsg.uci.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Newsreader: Forte Agent 1.6/32.525 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Sun, 26 Sep 1999 08:32:48 GMT, iharriso AT haverford DOT edu (Ian) wrote: Shouldn't it read: #include instead? I'd learned (today, even!) that iostream.h is the header file for C-style IO, whereas iostream is the header for C++-style IO.