Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.
Login
Login
OnlineGDB Q&A
Questions
Unanswered
Tags
Ask a Question
Ask a Question
please; what is (#include <ctime>)for??
+3
votes
asked
Dec 22, 2019
by
M J FA
(
150
points)
Please
log in
or register to answer this question.
1 Answer
0
votes
answered
Jan 9, 2020
by
???
(
620
points)
This library was used as #include <time.h> in C, but in C++, many of the libraries you can write them without .h . The library time.h came from C, so C++ added a "c". ctime is a header file that has lots of functions related with time.
Please
log in
or register to add a comment.
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and receive answers from other members of the community.
...