From: "bowman" Newsgroups: comp.os.msdos.djgpp References: <371798B4 DOT C73F0A4C AT rof DOT net> <371994bd DOT 3237007 AT 158 DOT 152 DOT 254 DOT 68> Subject: Re: Challenge for C++ programmers: Lines: 13 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 Message-ID: Date: Sat, 17 Apr 1999 08:49:58 -0600 NNTP-Posting-Host: 208.4.224.126 X-Trace: newsfeed.slurp.net 924360619 208.4.224.126 (Sat, 17 Apr 1999 09:50:19 CDT) NNTP-Posting-Date: Sat, 17 Apr 1999 09:50:19 CDT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Kevin wrote in message news:371994bd DOT 3237007 AT 158 DOT 152 DOT 254 DOT 68... > Why ? > Kevin. getch() is non-ANSI, non-POSIX, as is kbhit() and the other schemes commonly used for "hit any key..." Almost every real world implementation offers something up this line, but slipping getch() into C++ is no greater a sin than using it in 'Standard C'. Go ask the resident flamethrowers on c.l.c.