HW: struct tm
-
Define a variable timeinfo of the data type
struct
tm.
-
Initialize it with your birthday.
- You only need to supply the first 7 members.
- You may skip tm_yday and tm_isdst if you are not sure of that.
- Convert that time to an ASCII string by
asctime().
The result may look like:
- I was born at Tue May 15 16:30:59 2014.