Sender: tim AT mxrelay DOT g-net DOT be Message-ID: <3BAED85B.6AA0C5C@falconsoft.be> Date: Mon, 24 Sep 2001 08:53:15 +0200 From: Tim Van Holder Organization: Anubex (www.anubex.com) X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.2.16-3 i686) X-Accept-Language: en, nl-BE, nl MIME-Version: 1.0 To: Gwen , djgpp AT delorie DOT com Subject: Re: what's the equivalent of for gpp ? References: <01c14445$8cc5f3e0$bc8684d5 AT feta> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Gwen wrote: > > I'm experiencing some problems with stdio.h and I want to use iostream.h, What problems? > but I don't find it. Can you help me ? Well, 'iostream.h' will probably be in $DJDIR/lang/cxx. However, you should really be using 'iostream' (without the .h), as that is the header required by the ANSI C++ standard.