Allen College Roster class Troubleshooting Errors and C++ Project Assignment

Allen College Roster class Troubleshooting Errors and C++ Project Assignment

Help with my project to troubleshooting errors and also need finish some codes. I did 85% of them.

Create a Roster class (roster.cpp) by doing the following:

1. Create an array of pointers, classRosterArray, to hold the data provided in the studentData table.

2. Create a student object for each student in the data table by using the subclasses NetworkStudent, SecurityStudent, and SoftwareStudent, and populate classRosterArray.

a. Apply pointer operations when parsing each set of data identified in the studentData table.

b. Add each student object to classRosterArray.

3. Define the following functions:

a. public void add(string studentID, string firstName, string lastName, string emailAddress, int age, int daysInCourse1, int daysInCourse2, int daysInCourse3, < degree program >) that sets the instance variables from part D1 and updates the roster.

b. public void remove(string studentID) that removes students from the roster by student ID. If the student ID does not exist, the function prints an error message indicating that the student was not found.

c. public void printAll() that prints a complete tab-separated list of student data using accessor functions with the provided format: 1 [tab] First Name: John [tab] Last Name: Smith [tab] Age: 20 [tab]daysInCourse: {35, 40, 55} Degree Program: Security. The printAll() function should loop through all the students in classRosterArray and call the print() function for each student.

d. public void printDaysInCourse(string studentID) that correctly prints a student’s average number of days in the three courses. The student is identified by the studentID parameter.

e. public void printInvalidEmails() that verifies student email addresses and displays all invalid email addresses to the user

Note: A valid email should include an at sign (‘@’) and period (‘.’) and should not include a space (‘ ‘).

f. public void printByDegreeProgram(int degreeProgram) that prints out student information for a degree program specified by an enumerated type

F. Demonstrate the program’s required functionality by adding a void main() function to roster.cpp, which will contain the required function calls to achieve the following results:

1. Print out to the screen, via your application, the course title, the programming language used, your student ID, and your name.

2. Create an instance of the Roster class called classRoster.

3. Add each student to classRoster.

4. Convert the following pseudo code to complete the rest of the main() function:
classRoster.printAll();
classRoster.printInvalidEmails();
//loop through classRosterArray and for each element:
classRoster.printAverageDaysInCourse(/*current_object’s student id*/);
classRoster.printByDegreeProgram(SOFTWARE);
classRoster.remove(“A3”);
classRoster.remove(“A3”);
//expected: the above line should print a message saying such a student with this ID was not found.

**Please don’t copy someone’s project.**

"You need a similar assignment done from scratch? Our qualified writers will help you with a guaranteed AI-free & plagiarism-free A+ quality paper, Confidentiality, Timely delivery & Livechat/phone Support.


Discount Code: CIPD30


WHATSAPP CHAT: +1 (781) 253-4162


Click ORDER NOW..

order custom paper