vendredi 25 septembre 2020

IMPLEMENT A DOUBLY LINKED LIST OF STRUCTS [closed]

I WANT HELP FOR THE C++ SOURCE CODE FOR THIS PARTICULAR QUESTION

Problem description: A Zambia ICT College has a need to maintain student records such as their personal details and their grades. Currently, they are maintaining these records on papers. But that involves a lot of manual work for their employees to store and fetch the records. Also, sometimes they are facing some problems such as losing student records and taking a lot of time to search for a particular record. As the College is gaining more recognition, the number of students getting registered is increasing year by year. The College has a shortage of funds to hire more employees to maintain the records of student details. The College Management decides to hire you as an application developer to design an application that will be able to store and search their students’ records. The application should be capable of storing student’s personal records and their grades. Personal records include the Student’s First Name, Last Name, ID, and Date of Birth. Your task is to create the Double Linked List which implements the following functions: • Creates a Linked List to store student records. • Inserts an element at a particular position. • Displays student records. • Searches for a particular student record based on the Student ID. •Delete a node from the list.

Aucun commentaire:

Enregistrer un commentaire