I have written a C++ program to print the timestamps(or system time) at the start of two events. But the difference between these two times is always a 0 or 15ms. This is because the Windows XP timer updates itself 64 times per second i.e once every 15.625ms. So i don't have a way to know any delay between 0 and 15.625ms.
Is there a way to work around this restriction?
Thanks in advance.