Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started