How to Create a Timer In C++#include<iostream.h> #include<time.h> #include<conio.h> void sleep(long double d) { clock_t sta...