Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #31.8K
2 Posted Topics
Okay I had a thread on this already but it was under my friend's account and when I replied to it under my own account nobody knew what was going on and nobody responded after that so thats why I'm making a new one. What I'm trying to do is …
[code] #include <iostream> #include <iomanip> #include <climits> #include <windows.h> using namespace std; int main() { int TPP = 0; for ( ; ; ) { if ( GetAsyncKeyState ( VK_ESCAPE ) != 0 ) break; else if ( GetAsyncKeyState ( VK_UP ) & SHRT_MAX ) { if ( TPP < …
The End.
Opo