Question: In this programming project, you will write a C + + program to store employee data in a List. You may use List from C
In this programming project, you will write a C program to store employee data in a List. You
may use List from C STL Standard Template Library whose description can be found at
https:wwwgeeksforgeeks.orglistcppstl and
https:wwwcplusplus.comreferencelistlist In addition, there is a video lecture uploaded in
Canvas for C STL
You may challenge yourself to implement your own Linked List class which is encouraged In
this case, YOU WILL EARN EXTRA POINTS FOR THIS PROJECT.
Every employee object has id first name, last name, phone number, email address and salary
information as shown below as table.
Employee
Attribute Type
employeeId int
firstName String
lastName String
phoneNumber String
emailAddress String
salary double
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
