How do I get the current system time with in a unit smaller than seconds? (if there's no way in the standard, how do I do it under linux?)
This is a discussion on getting system time with better than a second resolution within the C++ Programming forums, part of the General Programming Boards category; How do I get the current system time with in a unit smaller than seconds? (if there's no way in ...
How do I get the current system time with in a unit smaller than seconds? (if there's no way in the standard, how do I do it under linux?)
gettimeofday()
Thanks