Skip to content

CAT 2 Y1S2 . A small program for managing tasks according to their priority and urgency.

Notifications You must be signed in to change notification settings

sammhansen/Task-Scheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

Prequisites

C++ Compiler

    > Use GCC or any other compiler that can compile C++ code

    > To install GCC on arch linux from the AUR, run the script provide below

          sudo pacman -S gcc     

Compile the source code

    > Navigate to the path where the file scheduler.cpp is located on your local device. 
    
    > For GCC use this script to compile the source code

          g++ scheduler.cpp -o scheduler

Run the compiled program

    > To run the compiled program, make sure you are at the path where you specified the source code to be compiled to then run the script below

          ./scheduler

image

About

CAT 2 Y1S2 . A small program for managing tasks according to their priority and urgency.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages