quote:
Original post by Relay30
printf ("%d \n,a"); *\ whats the f mean?
The f is for format. It''s just like your old ''print using''.
quote:
Original post by python_regious
By the sounds of it, you want to check for a keypress each game loop. So functions like cin, scanf and all of those are of no use.
cin.peek() returns EOF if there is nothing to read, without blocking.