Hi people
can any one tell me about win32 timer function
Is there any bigginer tutorial for that???
thanks
GetTickCount function, tutorial in MSDN (http://msdn2.microsoft.com/en-us/library/ms724408.aspx), high resolution is QueryPerformanceCounter.
Or SetTimer() for making Windows send-over pulses every X ms, useful for animations.