I have a question regarding the GetTickCount function. I have two calls to this function in my code with several commands between them, and the function returns the same score in both calls. i.e.
var1 = GetTickCount(); code : : var2 = GetTickCount();
var1 and var2 have the same values ββin it.
can anyone help?
c time gettickcount
Leonid
source share