kbhit() is a nifty little function, but can you make it useful, like getch()? I would really like to make a real-time game and need some kind of passive keyboard input that does not "pause" my program. kbhit() is cool, but can you have it input to a char or string? If not, what function or other helpful thingy can I use?

***PROGRAM IS IN DOS***

-Zagaberoo