Timers and their use in Windows - SJSU

Timers and their use in Windows. Windows provides timers for you to use. This works roughly as follows: You set a timer, using SetTimer, telling it how often to "tick", in milliseconds. This is a member function of the CWnd class. It goes, "tick, tick, tick" at the specified intervals. ................
................