Hunter
2007-08-27 13:15:41 UTC
Hi all,
Please forgive me for my newbie question. It's just that I've run out
of options, so I'm posting my question here.
What I need is to implement a time-stamping mechanism, and I need the
time to be in millisecond resolution. I tried my best with the
standard ansi C functions, but the best I could get was a real-time
clock with seconds.
However, I was given a good advice, to try and look for something
system-specific that would provide me with a calendar-time clock with
millisecond resolution and precision.
If anyone knows how I can access calendar time with a resolution as
high as millisecond, and similar precision, I'll appreciate the help.
Please write your answer as simple as possible, as I'm not a
professional programmer, so my C skills are a limited.
My system is a Desktop running Win2000, I have a Visual C++ 6.0
Thank you very much.
Please forgive me for my newbie question. It's just that I've run out
of options, so I'm posting my question here.
What I need is to implement a time-stamping mechanism, and I need the
time to be in millisecond resolution. I tried my best with the
standard ansi C functions, but the best I could get was a real-time
clock with seconds.
However, I was given a good advice, to try and look for something
system-specific that would provide me with a calendar-time clock with
millisecond resolution and precision.
If anyone knows how I can access calendar time with a resolution as
high as millisecond, and similar precision, I'll appreciate the help.
Please write your answer as simple as possible, as I'm not a
professional programmer, so my C skills are a limited.
My system is a Desktop running Win2000, I have a Visual C++ 6.0
Thank you very much.