Hi everyone,
I'm having some troubles comparing times with Visual C++. What I want to do is compare the starting time of an action to its end time in order to figure out how long it took.
Now, I can get the time as two DWORDs by using GetSystemTimeAsFileTime(), but I can't subtract them to get the difference. I saw something about converting them to U_LARGE or some such, and was wondering how to go about that, and what to do once I managed.
Any help on this would be most appreciated.
Thanks,
Paul
I'm having some troubles comparing times with Visual C++. What I want to do is compare the starting time of an action to its end time in order to figure out how long it took.
Now, I can get the time as two DWORDs by using GetSystemTimeAsFileTime(), but I can't subtract them to get the difference. I saw something about converting them to U_LARGE or some such, and was wondering how to go about that, and what to do once I managed.
Any help on this would be most appreciated.
Thanks,
Paul