midhunlohi / todolist

A simple todo list application written in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple todo list application written in C++

License:GNU General Public License v2.0


Languages

Language:C++ 98.7%Language:Makefile 1.3%