Skip to content

Fatima-progmmer/Digital-clock-in-c-plus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Digital Clock in C++

Project Overview

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.

Features

  • Displays the current system time.
  • Updates every second.
  • Simple command-line interface.

How to Run

  1. Compile the program using a C++ compiler:
    g++ digital_clock.cpp -o digital_clock
  2. Run the compiled program:
    ./digital_clock

Dependencies

  • A C++ compiler such as GCC or Clang.

Author

Tanzeela Fatima

Repository

GitHub Repository

License

This project is open-source and available for modification and distribution.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages