From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14776 invoked by alias); 11 Sep 2009 20:04:27 -0000 Received: (qmail 14768 invoked by uid 22791); 11 Sep 2009 20:04:26 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from smtp102.sbc.mail.re2.yahoo.com (HELO smtp102.sbc.mail.re2.yahoo.com) (68.142.229.103) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Fri, 11 Sep 2009 20:04:21 +0000 Received: (qmail 68347 invoked from network); 11 Sep 2009 20:04:19 -0000 Received: from unknown (HELO ?192.168.1.101?) (gchicares@75.11.51.230 with plain) by smtp102.sbc.mail.re2.yahoo.com with SMTP; 11 Sep 2009 20:04:19 -0000 Message-ID: <4AAAAD43.6080002@sbcglobal.net> Date: Fri, 11 Sep 2009 20:04:00 -0000 From: Greg Chicares User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: cygwin@cygwin.com Subject: Re: C++ script doesn't work using g++ References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2009-09/txt/msg00263.txt.bz2 On 2009-09-11 18:49Z, Gery Herbozo Jimenez wrote: > > int main() > { > clrscr(); > cout<<"Hallo"; > getch(); > } This message: http://www.cygwin.com/ml/cygwin/1999-09/msg00326.html mentions the danger of mixing getch() with C++ streams, and explains why Cygwin doesn't provide "conio.h". Consider using ncurses instead. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple