This shows you the differences between two versions of the page.
|
c:conio.h:getche [2013/02/03 16:27] 158.181.88.241 created |
c:conio.h:getche [2024/02/16 01:05] (current) |
||
|---|---|---|---|
| Line 5: | Line 5: | ||
| ==== description of getche==== | ==== description of getche==== | ||
| + | Reads a character from the keyboard and display it on the screen. | ||
| + | |||
| + | reads a single character from the keyboard, and there are direct or via a BIOS call made in the current text window. | ||
| <code c> | <code c> | ||