From: Edward Hill Newsgroups: comp.os.msdos.djgpp Subject: Re: gcc newbie question Date: Fri, 12 Mar 1999 16:30:19 -0800 Organization: Easams Engineering Systems Lines: 16 Message-ID: <36E9B19B.1889@gec.nospam.com> References: <7cbaf2$sr6$1 AT news DOT doit DOT wisc DOT edu> NNTP-Posting-Host: pc02372.gmsws.gecm.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 3.01C-GECMMTL (Win95; I; 16bit) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com n8 wrote: : : compiles fine : : but for: : --------------------------------------------- : #include : #include : It's probably not the solution to your problem but I would suggest having just iostream.h for your C++ version. stdio.h is the standard input output header for C and iostream.h is ther standard input output header for C++. Ed