clock - C++ Users Returns the processor time consumed by the program The value returned is expressed in clock ticks, which are units of time of a constant but system-specific length (with a relation of CLOCKS_PER_SEC clock ticks per second) The epoch used as reference by clock varies between systems, but it is related to the program execution (generally its launch) To calculate the actual processing time of
Alternative to ctime - C++ Forum I looked around the web and found the chrono library, problem with the following library is, (well at least with the tutorials that I found), it still uses ctime to get the current calender date Does anyone know of an alternative to the ctime library that I can use to get the current calender date and time