Forum: C Sep 23rd, 2006 |
| Replies: 17 Views: 10,441 What is the top decimal value that kbhit() catches when you hit a key? I didn't know about kbhit. So I coded the entire thing from scratch. It works. But the UP arrow key for example is " H", that... |
Forum: C Sep 23rd, 2006 |
| Replies: 17 Views: 10,441 Ok let me whip up a simple program to demonstrate it. No point in pasting all my hundreds of lines of code for one trivial matter.
It will take me a little while to make a simple program but I... |
Forum: C Sep 22nd, 2006 |
| Replies: 17 Views: 10,441 Nevermind, I figured it out.
But thanks anyway :)
Diode |
Forum: C Sep 21st, 2006 |
| Replies: 17 Views: 10,441 I know they don't have standard ASCII values, but how do you check for them?
I am making a command prompt-type interface for a text-based RPG a friend and I are making, and I would like to be... |