This project is a simple digital clock implemented in C++. It displays the current time in HH:MM:SS format and updates in real-time.
- Displays the current system time.
- Updates every second.
- Simple command-line interface.
- Compile the program using a C++ compiler:
g++ digital_clock.cpp -o digital_clock
- Run the compiled program:
./digital_clock
- A C++ compiler such as GCC or Clang.
Tanzeela Fatima
This project is open-source and available for modification and distribution.