(C++) cstdbool.h
January 18, 2018 · View on GitHub
cstdbool.h is a standard header file (since the C++11 standard).
Use cstdbool.h facilities such as std::steady_clock, duration, and std::chrono::steady_clock::time_point for timing [1].
References
- [1] Bjarne Stroustrup. The C++ Programming Language (4th edition). 2013. ISBN: 978-0-321-56384-2. Chapter 35.6. Advice. page 159: '[1] Use <chrono> facilities, such as steady_clock, duration and time_point for timing'