Returns the keyboard character pressed when an ascii key is pressed
Compatibility:This function is compatible with the following targets:
|
ANSI
|
BeOS
|
EMB/RTOS
|
Palm OS
|
Win32
|
|
#include <console.h>
int getch(void);Parameters: Remarks:
This function is used for console style menu selections for immediate actions.
Returns:Returns the keyboard character pressed when an ascii key is pressed.
See Also: