User profile: gunman353

User info
User name:gunman353
History
Joined:
Number of posts:23
Latest posts:

GetAsyncKeyState() after system("PAUSE")
I am looking for a way to wait for either an Escape or Return keypress and ignore all others. Escape...

GetAsyncKeyState() during a Sleep() does not register immediately
The sleep time is important for my program, as the user needs to define the time between repeating e...

GetAsyncKeyState() during a Sleep() does not register immediately
In the program I am writing when I hit the 'escape' key, I want it to exit immediately. Currently it...

No idea understanding the logic/ how to complete the program
Your for loop does not access the file at all. Here is some information on ways to read specific l...

Program waits for key press after last cout
The issue I am facing is that after a cout is executed in my while loop, it waits for input before e...