fatal error: 'conio.h' file not found code example
Example: fatal error: conio.h: No such file or directory
The #include <curses.h> will give you almost all the functionalities that was provided in conio.h
The #include <curses.h> will give you almost all the functionalities that was provided in conio.h