Question: Visual Studio (C++) Write a main program that creates a collection of students. Your transaction file contains a set of information about students. Your program

Visual Studio (C++)

Write a main program that creates a collection of students. Your transaction file contains a set of information about students. Your program should contain four classes: StudentProfile, Person, Student, and Course.

StudentCollection has the following attributes:

vector StCollection;

StudentProfile class has the following attributes:

Person PersonalInfo Student StdInfo

Person class has the following attributes:

long SSN string Fname string Lname int Age char Gender (M for Male and F for Female)

Student class has the following attributes:

long StNo Course Course1 Course Course2 Course Course3

Course Course4

Course Course5

Course class has the following attributes:

long CourseNum string CourseName

Place the following in your transaction file:

123456789

Mary

Anderson

20

F

9800300699

32451

CS211

23145

CS231

87690

Phy301

25677

Chem210

22213

Math210

633322789

Mike

Smith

22

M

9080022299

32251

CS111

11122

Math110

87969

Phy200

25627

Chem110

33313

Bio211

631322111

Michelle

Brown

25

F

611354321

11111

CS911

22222

Math912

33333

Phy913

44444

Chem914

55555

Bio915

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!