How do I use the library ctime to set the current time in: seconds, hours (24 hour), minutes into separate integers.
And how do i do the same thing with dates setting the current year, day , month into separate integers.
This is so i can use them to use the integers instead of user input and the user typing in the date themselves.
In c++.
And how do i do the same thing with dates setting the current year, day , month into separate integers.
This is so i can use them to use the integers instead of user input and the user typing in the date themselves.
In c++.
Comment