I need to get milliseconds at one point, milliseconds at another point, and see how many milliseconds elapsed between those two points. I cannot use GetTickCount as I cannot include windows.h. How can I do this, perhaps using _ftime()?

Thanks!