- #1
i.mehrzad
- 84
- 0
I use the linux operating system. And at present programming in C.
The getch() doesn't seem to exist on Linux. I know that it is a DOS based command. What is the substitute for getch() on Linux.
I mean is there any command out there which can take my input without displaying the output. I tried the getpass() command but it doesn't work fine
Can someone please help.
The getch() doesn't seem to exist on Linux. I know that it is a DOS based command. What is the substitute for getch() on Linux.
I mean is there any command out there which can take my input without displaying the output. I tried the getpass() command but it doesn't work fine
Can someone please help.