How do I get the system time in milliseonds? (I need to time something)
This is a discussion on System time in milliseconds within the Windows Programming forums, part of the Platform Specific Boards category; How do I get the system time in milliseonds? (I need to time something)...
How do I get the system time in milliseonds? (I need to time something)
"If you tell the truth, you don't have to remember anything"
-Mark Twain
You can use timeGetTime(), declared in mmsystem.h. You have to link with winmm.lib.
Thanks
"If you tell the truth, you don't have to remember anything"
-Mark Twain