Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
A game I wrote went at > 500 FPS when things were moving
I just couldn't figure out how to make it delay for x amount of milliseconds before it drew the next frame, so it was drawing via a while loop (now I'd use the Windows API - WM_TIMER message).