C++ script doesn't work using g++

Greg Chicares gchicares@sbcglobal.net
Fri Sep 11 20:04:00 GMT 2009


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



More information about the Cygwin mailing list