windows.h

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
Look here for a small program that lets you move a character around the screen.

http://v2.cplusplus.com/forum/beginner/59023/
thanks alot
is there a tutorial on that stuff
if you're looking to create games, SFML is a better option for you.
Topic archived. No new replies allowed.