|
Mike Buess
USA
3037 Posts |
Posted - 03/29/2007 : 07:58:43 AM
|
Hi Tony,
Apparently kbhit() is not defined as a part of the ANSI C/C++ standard but is used in Borland's compilers... http://www.cprogramming.com/fod/kbhit.html
You might be able build your own version of the function from short WINAPI GetKeyState(int nVirtKey) under Global Functions::System. Prototype and virtual key definitions are in mswin.h.
Mike Buess Origin WebRing Member |
 |
|