Tagged Questions

6
votes
3answers
3k views

equivalent to getch(), mac/linux crash

Hey guys. So I am using getch() and my app crashes instantly. Including when doing: int main() { getch(); } I can't find the link but supposedly the problem is, it needs to turn off buffering or ...