frames per second system

Started by
1 comment, last by Scavenger23 18 years, 7 months ago
I want to implent a frames per second system in a C++ console program. I want to use some sort of while loop, and only want 30 frames a second. How would I go about checking them and evening the frame cycle out (so it doesn't do 30 frames and wait for the next second)?
----------------------------Project Legend
Advertisement
http://gpwiki.org/index.php/C:Simple_Engine_Framework_Using_SDL

Thanks, that'll help a lot.
----------------------------Project Legend

This topic is closed to new replies.

Advertisement