Write the necessary preprocessor directive to enable the use of the time function.
LANGUAGE: C++
CHALLENGE:
Write the necessary preprocessor directive to enable the use of the time function.
SOLUTION:
#include <ctime>
Posted in C++, Learn To Code