i need the C code for converting the normal representation of time to unix representation, can any one help.
Need code for converting normal time to unix time?
If you mean converting from stuctured time (year/month/day/hour/minute) to Unix time (number of seconds since 1/1/1970), you do it using mktime() function:
http://www.cplusplus.com/reference/clibr...
The function returns Unix time.
hawaiian flowers
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment