How do i use windows.h to let the user use the keyboard to do stuff
like how can i let the user use the up and down arrow?
first, use the <conio.h> library. You can then compile the _getch() function.
will that let the user use the up and down arrow
is there a tutorial on that stuff
if you're looking to create games, SFML is a better option for you.