I am not able to find the equivalent header file for conio.h in Linux.
Is there any option for getch() & getche() function in Linux?
I want to make a switch case base menu where the user will give his option just by pressing one key & the process should be moved ahead. I don't want to let the user press ENTER after pressing his choice.