Question: Can you help me with this function in C++ I have wrriten something in .cpp file which is this blow. and I just need this

Can you help me with this function in C++ I have wrriten something in .cpp file which is this blow. Can you help me with this function in C++ I have wrriten and I just need this in .h file.something in .cpp file which is this blow. and I just need//Removes the given Student from the list, releases the memory and updates pointers. //Return true if it is successfully removed, false otherwise. Note: all Students with //the same first and last name should be removed from the list. bool LinkedList::removeByName(string firstName, string lastName) { //---- //---- } 

case 'S': I/Remove a student from the list by name cout removeByName(firstName, lastName); if (success true) cout

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!