In turbo c++, we can use getch() function available in conio.h. But in linux, gcc compiler doesn't provide conio.h header file, then how to get functionality of getch() function?
|
feedback
|
|
Check out curses: http://en.wikipedia.org/wiki/Curses_%28programming_library%29 | |||||||
feedback
|
|
If echoing to the screen is not a problem, you could try using | |||
feedback
|
|
| |||
|
feedback
|
|
In Unix, | |||
|
feedback
|