You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A C implementation of a simple To-Do List software to be used from the command line. This todo list dynamically allocates memory for tasks, sorts them based on due date, and displays them for the user.
To Run this Program, enter the following commands (Windows)
mingw32-make
todo
or run the file todo.exe
About
A C implementation of a simple To-Do List software to be used from the command line. This todo list dynamically allocates memory for tasks, sorts them based on due date, and displays them for the user.