/todolist

A simple todo list application written in C++

Primary LanguageC++GNU General Public License v2.0GPL-2.0

todolist

A simple todo list application written in C++

Compile the application

Issue make command in the folder where you checked out the code.
#make
It will generate a binary "todo" in the folder itself.

Execute the application

Execute the binary using the command ./todo
The application creates a text file 'mytasks.txt' in the folder.

Sample outputs

Index : 1 >>Purchase drawing tools
Index : 2 >>Shopping
Index : 3 >>
1: Add
2: Clear
3: Display
4: Check/Uncheck
1)Purchase drawing tools:false
2)Shopping:false