Lab 9: Passing data with structs and classes
Contents
Instructions
Continue the todo list program we worked on in class (week09-todo-list.cpp). Complete the following:
- implement three of the functions, one of them being
addNote()
- implement main so that the user can choose the options corresponding with the three functions you chose to implement
Submission
Submit your .cpp files to here.
(Back to top)