Question: 1. (Carrano) Implement the following functions in the LikedList structure a. Function that prints the list b. Implement MySpace that contains the following attributes i.
1. (Carrano) Implement the following functions in the LikedList structure a. Function that prints the list b. Implement MySpace that contains the following attributes i. Name ii. Account number iii. Country iv. Status v. Phone v. Email c. Use the MySpace class to implement Programming Problems 11. Page 287. Chapter 9. d. Create the list of friends in a binary file, the account number is the same for the owner of the friends e. Ask the owner for permission to add your friend list. F. When you delete a user, delete your friends list g. Save the contents of the list in a binary file. 2. (Carrano) Implement Programming Problems 12. Page 288 Chapter 9. Instructions: a. Create a new Doublelinkedlist structure b. The attributes of the Node are next (pointer to the next one in the list), pres (pointer to the previous node), item. c. The attributes of DoublelinkedList headPts, tailPtr. itemCount d. Implement functions to add, remove according to position e. Implement a function that prints from left and right - left
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
