(C++) clock.h
February 24, 2017 · View on GitHub
(C++)
clock.h
clock.h is a standard header file (since the C++11 standard).
Prefer clock.h facilities over ctime.h facilities [1].
References
- Bjarne Stroustrup. The C++ Programming Language (4th edition). 2013. ISBN: 978-0-321-56384-2. Chapter 35.6. Advice. page 159: '[2] Prefer <clock> facilities over <ctime> facilities'