From: "Borg_Cinder" Newsgroups: comp.os.msdos.djgpp Subject: Re: cout + latest version? Date: Sat, 6 Nov 1999 00:36:01 -0500 Organization: http://extra.newsguy.com Lines: 19 Message-ID: <800emi$10iv@enews3.newsguy.com> References: <3823718F DOT 51A3 AT tin DOT it> NNTP-Posting-Host: p-318.newsdawg.com X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Of course it is. DJGPP is absolutely ANSI C++ compliant. Cout works just as it should. #include int main() { cout << "Yep cout still works!\n"; return 0; } Alessandro Caserta wrote in message news:3823718F DOT 51A3 AT tin DOT it... > I would like to know if the function cout is supported in v 2.01 of > djgpp. + what is the latest and working version of djgpp. > Thank you. >