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
Get step-by-step solutions from verified subject matter experts
