From: "=?iso-8859-1?Q?=C5smund=20N=E6ss?=" Newsgroups: comp.os.msdos.djgpp Subject: Re: stdio.h and iostream.h Date: Fri, 17 Jul 1998 01:22:05 +0200 Organization: Telenor Online Public Access Lines: 11 Message-ID: <35AE8B1C.BF03B9B@online.no> References: <3 DOT 0 DOT 5 DOT 32 DOT 19980716125203 DOT 007e7a30 AT mail DOT geocities DOT com> NNTP-Posting-Host: ti27a95-0194.dialup.online.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk John Meyer wrote: > Hi, could somebody tell me the difference between stdio.h and iostream.h? stdio.h is for C. iostream.h is for C++. regards Åsmund