I am trying to get a keystroke but both cin and getline() aren't working. I've tried getch() with #include<curses.h> but that also doesn't work (Or at least I don't understand it) Could someone help me?
http://www.cplusplus.com/forum/general/29137/ This is the most I could find on the subject.. I am not familiar with the library. So, you'd be on your own with that.
c++ get input without enter
I am trying to get a keystroke but both cin and getline() aren't working.
I've tried getch() with #include<curses.h> but that also doesn't work (Or at least I don't understand it) Could someone help me?
http://www.cplusplus.com/forum/general/29137/
This is the most I could find on the subject.. I am not familiar with the library. So, you'd be on your own with that.
@AdobeZev