Path: utzoo!attcan!uunet!lll-winken!lll-tis!ames!think!bloom-beacon!bu-cs!dartvax!eleazar.dartmouth.edu!yaping From: yaping@eleazar.dartmouth.edu (Yaping Xu) Newsgroups: comp.lang.c Subject: getch() and getche() in MSC 4.0 Keywords: *##%@^!&ing functions! Message-ID: <10508@dartvax.Dartmouth.EDU> Date: 20 Oct 88 17:43:47 GMT Sender: news@dartvax.Dartmouth.EDU Reply-To: jalphin@prism.clemson.edu Organization: Yale University Lines: 14 [This article was written by Scott Horne, not Yaping Xu. Direct all e-mail responses to me at jalphin@prism.clemson.edu.] Has anyone else had trouble with getch() and getche() in Microsoft C v. 4.0? They often skip every other keypress on me--and in one case, they skip two keypresses out of three! Maybe it's my code. This occurs mainly when I try c = toupper(getch()); Do those functions work in MSC 5.1? I'll dig out some examples. Thanks. --Scott