![]() |
Tempo
Tempo is an app that allows users to create and manage timers, stopwatches, and alarms.
|
#include <thread>#include <ctime>#include <iostream>#include <iomanip>#include <chrono>#include <sstream>

Go to the source code of this file.
Data Structures | |
| class | Alarm |
| A class to manage alarms with time-based triggers. More... | |
1.8.13