Hi all,
I'm new to programming under windows, but have some experience under UNIX. I'm trying to get the system time from the computer to the most precise degree possible (well, microseconds are close enough). Under UNIX, I would use the gettimeofday function in the time library. However, I am unable to do so in Visual C++, presumably because there is no such function defined.
Does anyone have any ideas as to how I can get the time in this environment?
Thanks muchly,
Paul
I'm new to programming under windows, but have some experience under UNIX. I'm trying to get the system time from the computer to the most precise degree possible (well, microseconds are close enough). Under UNIX, I would use the gettimeofday function in the time library. However, I am unable to do so in Visual C++, presumably because there is no such function defined.
Does anyone have any ideas as to how I can get the time in this environment?
Thanks muchly,
Paul