Question
1) Objective : Build a c++ program to solve a problem using linked list OR linear list. The program shall have all basic list operations
1) Objective :
Build a c++ program to solve a problem using linked list OR linear list. The program
shall have all basic list operations including searching and sorting.
2) Instruction :
a) Write a program to represent any record keeping system (e.g Stock, Students
Records, Employee Records, Song List, Video Rental, etc ) using list concept.
Your program should have the following functionality:
Login & Password
Add Record
Delete Record
Display Records
Search Record
Sort Record
b) The record should have more than one data field e.g Student Record (Name, ID,
Age, GPA, etc.)
c) Your program should have menu display to allow user control. Examples of menu
items :
Add new record
Delete record
Display record by name
Display record by xxxx
Monthly Sales Report
Sales by product
Search product by ID
Sort product by ID
Exit from program
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started