Hi!
I was trying to make an interactive program, and wanted to put this in it:
Of course, this is only pseudo-code.Code:do stuff...
if(left button is pressed)
{
change a certain value
}
keep doing stuff
I know about cin>> but the problem is i don't want the program to stop when i check for input.
any ideas?? Thanks
