Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

**do this in C++ and without using #include , #include , or #include Write a program for keeping a course list for each student in

**do this in C++ and without using #include , #include , or #include

Write a program for keeping a course list for each student in a college. The information about each student should be kept in an object that contains the student;s name and a list of courses completed by the student.

The courses taken by a student are stored as a linked list in which each node contains the name of a course, the number of units for the course, and the course grade.

The program gives a menu with choices that include adding a student's record, deleting a student's record, adding a single course record to a student's record, deleting a single course record from a student's record, and printing a student's record to the screen. T

he program input should accept the student's name in any combo of upper and lower case letters. A student's record should include the student's GPA when displayed on the screen.

When the user is through with the program, the program should store the records in a file. The next time the program is run, the records should be read back out of the file and the list should be reconstructed

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

Advances In Databases 28th British National Conference On Databases Bncod 28 Manchester Uk July 2011 Revised Selected Papers Lncs 7051

Authors: Alvaro A.A. Fernandes ,Alasdair J.G. Gray ,Khalid Belhajjame

2011th Edition

3642245765, 978-3642245763

More Books

Students also viewed these Databases questions