//NB The c++ standard library does not provide a proper data type for date and time and so c++ inherits the structs and functions for time manipulation from C. To access date and time related functions and structures, you should include <ctime>header file in your c++ program.
as at 7th September, 2021.



0 Comments