Please help, just need help finishing the followinglist.cpp class, need the last 3 function implementations onlist.cpp, use list.h class as reference to complete the program,Please take a look through my code and then help me out atvoid llist::insertIth(int I, el_t newNum) { } onlist.cpp to complete the code, thanks inadvance.
// llist.cpp
using namespace std;
#include<iostream>
#include”llist.h”
llist::llist()
{ Front = Rear = NULL;
Count = 0;}
llist::~llist() { cout << “Calling the llistdeconstructor”;
el_t oldNum;
while(!isEmpty()) { //keep deleting nodesuntil it’s empty.
deleteFront(oldNum);
}
}
//PURPOSE: Check if the list is empty by checking if bothfront and rear are NULL and that Count = 0.
//PARAMETER:
bool llist::isEmpty() { returnFront == NULL && Rear ==NULL
PayPal Gateway not configured
PayPal Gateway not configured