keyboard input using getc(0)
- Posted by Asa <electro.legacy at gm?il?com> May 16, 2008
- 741 views
Hi all, I am finding that after using an expression like "choice = getc(0)" the next time getc(0) is called, it doesn't wait for the keystroke. Something left in the keyboard buffer from the first call? I did search the docs before posting, but couldn't find an answer. Thanks.