getch() and getche() in MSC 4.0
Yaping Xu
yaping at eleazar.dartmouth.edu
Fri Oct 21 03:43:47 AEST 1988
[This article was written by Scott Horne, not Yaping Xu.
Direct all e-mail responses to me at jalphin at 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
More information about the Comp.lang.c
mailing list