Skip to content
This repository has been archived by the owner on Mar 10, 2022. It is now read-only.

Complete the void deleteTodoitem(int n) #1

Open
avinashbest opened this issue Dec 22, 2020 · 0 comments
Open

Complete the void deleteTodoitem(int n) #1

avinashbest opened this issue Dec 22, 2020 · 0 comments

Comments

@avinashbest
Copy link
Owner

  • Read the README.md carefully.
  • Open the todo.cpp
  • todo.txt = input stream
  • done.txt = output stream
  • From line #73 delete item from the todo list function is started.
  • You have to delete line 1 as passed in argument from the file todo.txt otherwise you will have to handle the argument passed from the main function.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant