can some1 point me out to a tutorial that teaches how to make a simple cpp program to press certain keys w/o the user to having press any?
Printable View
can some1 point me out to a tutorial that teaches how to make a simple cpp program to press certain keys w/o the user to having press any?
Look up getchar(). I think that's what you're looking for in a console app.
Simulating key strokes? OS dependant.
If you're working with win32 take a look at keybd_event().