Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.36 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.36 KB

Scheduler

Scheduler calculates and displays the time out of 24 hrs as per users input. User can check the effect of reducing or increasing the time of a task on the other tasks.

It's an Command Line Interface software.

Project Files

This project contains two source files :

  • Scheduler.cpp - It consists of main program
  • Sched.h - It has the necessarry functions which checks the functionlity of the application.
  • Scheduler.exe - This is the setup file for windows users, simply double-click on it to install the application.

Installation Guide (windows)

Download the setup file Scheduler.exe from the windows-Build folder and follow the steps shown.

Launch the application from the start menu or from the folder that you have chosen at the time of installation.

Installation Guide (Linux)

Download the stand alone application Scheduler from the Linux-Build. Open termial and locate the downloaded file (Scheduler) and run command - ./Scheduler from the terminal.

Contributing Guidelines

Follow the contributing guidelines from this

How to Contribute

Start contributing to Scheduler by following this