I am using getch() and my app crashes instantly. Including when doing:
getch()
int main() { getch(); }
I can\'t find the link but
You have not exhibited a
#include
or
or similar line. Are you sure that you are linking against a library that includes getch()?