Talk:Simple timer for games
Article Review by kamalakshan
(20090918)
This article provides code snippet demonstrating CIdle an active object that performs low priority processing when no higher priority ones are running. This can be used to run the Game Loop in game programming. A example good enough for beginners to start with and understand.
This article provides code snippet demonstrating CIdle an active object that performs low priority processing when no higher priority ones are running. This can be used to run the Game Loop in game programming. A example good enough for beginners to start with and understand.

