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...