Question: i need some help writing the code for this project. I took a semester off school and am trying to remember how everthing works. Make
i need some help writing the code for this project. I took a semester off school and am trying to remember how everthing works. Make the code as simple and easy to follow if possible. also comments would be great for what the code does Thanks!
Develop an OOP program to maintain a list of homework assignments. When an assignment is assigned, add it to the list, and when it is completed, remove it. You should keep track of the due date. Your program should provide the following services:
Add a new assignment.
Remove an assignment.
Provide a list of the assignments in the order they were assigned.
Find the assignment(s) with the earliest due date.
create a class called assignments to complete the task and use STL to implement the linked list.
compile and run your project and test all the methods.
please do in c++
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
