Skip to content

midhunlohi/todolist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published