Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 578 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 578 Bytes

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