Question: in c++ please a. Employee Employee is a struct data type that has the following attributes, or data members, or data fields struct Employee {

in c++ please in c++ please a. Employee Employee is a struct data type that

a. Employee Employee is a struct data type that has the following attributes, or data members, or data fields struct Employee { string SSN; string lastName; string firstName; string department; double salary; Implement each of following functions Employee* create instances(int&): create instances of Employee in the heap using an array whose length is the value of the parameter variable (int) and return the address of the reserved memory void fill instances(Employee*, int&): set the attributes or fields of each instance of Employee void display instancse(Employee[], int&): display the information of the employees in a table format using iomanip. void cleanup instances(Employee*, int&): clean up the heap

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!