Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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://www.geeksforgeeks.org/list-cpp-stl/ and
https://www.cplusplus.com/reference/list/list/. 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 20 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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Readings In Database Systems

Authors: Michael Stonebraker

2nd Edition

0934613656, 9780934613651

More Books

Students also viewed these Databases questions