From: GatorBoy2004 AT cs DOT com Message-ID: Date: Sun, 9 Jun 2002 17:56:16 EDT Subject: help To: djgpp AT delorie DOT com MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: CompuServe 2000 32-bit sub 103 Reply-To: djgpp AT delorie DOT com Dear DJGPP people, > > I am having trouble with DJGPP. I got it installed but when I try to compile > a C++ program (run gpp c:\djgpp\bin\test.cc), i get the following: > > "In function int main() > C:\djgpp\bin\test.cc:4: cout undeclared (first use this function)" > > Source Code: > #include > int main() > { > cout<<"Hi! \n"; > return 0; > } > ---end source---- > > I tried all your steps on the website to fix this problem, but none > worked...thank you for your help! > > have a good day! > > Joshua >