Mail Archives: djgpp/1994/10/11/00:31:21
On Mon, 10 Oct 1994, Kimberley Burchett wrote:
>
> Peter Jones pointed out to me that I listed the code that worked as the
> code that didn't work, and the code that didn't work as the code that
> did. In other words, the one with getch() works. Sorry about that. :)
> Kim
>
The code with only the kbhit() doesn't work because once you
press a key the first time, kbhit() returns 1 until you read it. Which
means the rotation never stops.
Ed
/****************************************************************************/
/* Ed Phillips flaregun AT strauss DOT udel DOT edu University of Delaware */
/* Jr Systems Programmer (302) 831-6082 IT/Network and Systems Services */
/****************************************************************************/
- Raw text -