View Single Post
Old Apr 4th, 2006, 3:03 PM   #10
Xyhm
Programmer
 
Xyhm's Avatar
 
Join Date: Mar 2006
Posts: 60
Rep Power: 3 Xyhm is on a distinguished road
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.
Xyhm is offline   Reply With Quote