Alternative to getch(); in <conio.h>
this is the error message when you try to add <conio.h> to your code...
main.cpp:3:10: fatal error: 'conio.h'
file not found
#include <conio.h>
^~~~~~~~~
1 error generated.
this only includes the getch(); function
Instructions in the code down below
||
/
Voters