From: Martin Str|mberg Newsgroups: comp.os.msdos.djgpp Subject: Re: can't use cout? Date: Sat, 9 Jun 2001 11:07:30 +0000 (UTC) Organization: University of Lulea, Sweden Lines: 23 Message-ID: <992084850.568529@queeg.ludd.luth.se> References: X-Trace: news.luth.se 992084850 5239 130.240.16.109 (9 Jun 2001 11:07:30 GMT) X-Complaints-To: abuse AT luth DOT se User-Agent: tin/pre-1.4-981225 ("Volcane") (UNIX) (SunOS/4.1.4 (sun4m)) Cache-Post-Path: queeg.ludd.luth.se!unknown AT father DOT ludd DOT luth DOT se X-Cache: nntpcache 2.4.0b5 (see http://www.nntpcache.org/) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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 ;-((( Define "doesn't work" and "work". Right, MartinS