Skip to content

Task manager that you can add tasks with their deadline and see list of them

Notifications You must be signed in to change notification settings

ArmanGhafarnia/Task-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clui

simple cross-platform library for doing terminal things.

To learn more about functions, view sample1.c or sample2.c

how to run

  1. install mingw/gcc on your system and add that to path
  2. open a terminal and change directory to clui folder
  3. compile c code with gcc sample1.c or maybe you want to enable warning and debug mode: gcc -Wall -Wextra -g sample1.c
  4. compile cpp code with g++ your_code.cpp

library and sample codes are tested windows (mingw) and unix (gcc,clang) with both C & C++ codes.

About

Task manager that you can add tasks with their deadline and see list of them

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published