Date: Sat, 9 Jun 2001 16:17:16 +0300 (WET) From: Andris Pavenis To: Dave Lemmens Cc: djgpp AT delorie DOT com Subject: Re: can't use cout? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sat, 9 Jun 2001, Dave Lemmens wrote: > I used DJGPP + RHIDE before, it worked great! > But now I want to compile a program (very easy one) > it doesn't work. > > Example: > __________________________ > #include > > int main() > { > cout << "test"; > return 0; > } > ___________________________ > This doesn't work ;-((( > Use #include instead of '#include '