Link to home
Start Free TrialLog in
Avatar of dgraf
dgraf

asked on

time in seconds since 1980?

I have to write a function which evaluates
from the system time a number of seconds.
This number of seconds must represent the
number of seconds since 1/1/1980 til the mentioned
system time.
The number of seconds should be an integer (or
long integer) value.

I work with Visual C++ (4.0 & 5.0).
Does already such a function exist?

Thanks
Dani
ASKER CERTIFIED SOLUTION
Avatar of wpinto
wpinto

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of dgraf
dgraf

ASKER

Excellent, it works perfectly!

Thanks
Dani