CodeToad Forums » C++ » getting time independent of system time in Sun Solaries
getting time independent of system time in Sun Solaries suresh_rtp at 06:25 on Tuesday, July 07, 2009
i am using function
gethrtime() in sun solaries
to get the time independent of the system time.Problem with this function is if we restart the system time will change to '0'.is there any other way to resolve this problem.