From: Chris AtLee Newsgroups: comp.lang.c++,comp.os.msdos.djgpp Subject: Re: CIN COUT Date: Wed, 05 Mar 1997 14:20:57 -0800 Organization: MINE!!! Lines: 19 Message-ID: <331DF1C9.5593@achilles.net> References: <331BC0D5 DOT 5CB AT aracnet DOT com> <5fjr8r$3ko AT whitbeck DOT ncl DOT ac DOT uk> Reply-To: atlescot AT achilles DOT net NNTP-Posting-Host: atlee.chris.ipt001.ic.gc.ca Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Dazzling Dazz wrote: > > Can Someone please tell me what is wrong with the following program. > I try to compile it on djgpp but I get 'undeclared' or something error. > Maybe I don't have the right iostream.h file? > #include > main() > { > cout << "Hello, World"; > } > Thanks in advance. - bardito AT aracnet DOT com > I've had that very same problem! I just downloaded djgpp to see what it could do, but I couldn't do anything! First I found that I had no iostream.h, so I used the printf() from stdio.h instead...But that didn't work either...Weird...I usually use TC++, but I wanted to try some other compilers (32-bit particularly)... Chris