Question: Hey, I need a big help over here with this C++ Problem. I need to do this but I'm having trouble with getting it to

Hey, I need a big help over here with this C++ Problem. I need to do this but I'm having trouble with getting it to work and also I don't know how to do the functions asked. Can someone help me please? I'll appreciate it so much.

Instructions:

By using a list of integers numbers, entered by the user, implement an invocation of the Copy Constructor from LinkedBag. Also, create three functions of Linked Bag and implement them.

The functions are:

1. AddLast: Function that add a number at the end of the list.

2. RemoveItem: Function that delete an element without alter the order of the list.

3. Display: Function that display the content of the list.

Here the link to my code (is online so you can copy and paste it):

LinkedBag.h https://codepad.remoteinterview.io/IMWNVCVAZS

Node.h https://codepad.remoteinterview.io/KMKADKZCZE

BagInterface.h https://codepad.remoteinterview.io/FVUTQQZFST

LinkedBag.h https://codepad.remoteinterview.io/WQRVEITLBJ

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!