0
What does the (time(0) function do?
I tried using the time function on its own and itâs output was a big random number. What is it showing??
1 Answer
+ 2
Time in seconds between 00:00 01-01-1970 and actual date and hour.
I believe in C++ are libraries which can format in to normal date, but I don't know any of them.