Quote:
|
Originally Posted by badbasser98
Guess this bring on another question... How do you compare times? any references, or examples?
|
If you're using the functions from time.h, you can get some info
here (including examples from the function difftime, which compares times). But that's a C library so it might not be what you use, but perhaps you can still get some idea from there.