Posts
 
Reputation
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
~288 People Reached
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for Opo

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 …

Member Avatar for Opo
0
130
Member Avatar for Matt Tacular

[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 < …

Member Avatar for Opo
0
158

The End.