Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I already do have the program. I just want to know how to do the new requirement above. Assignment 5 (60 points) Purpose: To allow

image text in transcribed

I already do have the program. I just want to know how to do the new requirement above.

Assignment 5 (60 points) Purpose: To allow you to exercise data types, and object-oriented programming. You are to expand the assignment below to accommodate the following new requirements: ---- New requirements begin You can now permanently store and load the catalog of courses on a file on your permanent storage. Simply provide the file name to store, and the file name to load (for simplicity, the file name will be catalog.txt). The format of the file needs to look like this, and is loaded with those three courses at least. 30 points CATALOG Number: CSCE106 Name: Fundamentals of Computing 1 CH: 3 Description: 106 Description Prereq: Number: CSCE110 Name: Fundamentals of Computing 2 CH: 3 Description: 110 Description Prereq: CSCE106 Number: CSCE321 Name: Algorithms CH: 3 Description: 321 Description Prereq: CSCE110 The load and store of the course catalog needs to exist as options in the main menu. When you load the courses in the catalog, they must be stored in a linked list using the course number as key. Any new courses you add, delete, or modify to the courses of the catalog need to be added in the list. You do not need to build the list yourself, you can simply use any tree implementation you can find (STL). 20 points. ----New requirements end

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

Intelligent Information And Database Systems 6th Asian Conference Aciids 2014 Bangkok Thailand April 7 9 2014 Proceedings Part I 9 2014 Proceedings Part 1 Lnai 8397

Authors: Ngoc-Thanh Nguyen ,Boonwat Attachoo ,Bogdan Trawinski ,Kulwadee Somboonviwat

2014th Edition

3319054759, 978-3319054759

More Books

Students also viewed these Databases questions

Question

Explain the Neolithic age compared to the paleolithic age ?

Answered: 1 week ago

Question

What is loss of bone density and strength as ?

Answered: 1 week ago

Question

Explain what is meant by the terms unitarism and pluralism.

Answered: 1 week ago