Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

***Please take your time this is a big project*** CSC 2110 Computer Science I Programming Project Due: 04/17/2018 11:00 PM 70 points 10 points extra

image text in transcribed

image text in transcribed

***Please take your time this is a big project***

CSC 2110 Computer Science I Programming Project Due: 04/17/2018 11:00 PM 70 points 10 points extra credit-80 points Submission Format: 1. The project should be submitted using the Blackboard. 2. Include all files in one folder and compress your folder using (zip) not rar. 3. Includes all the following files in one folder: A. The code and the files necessary to compile and test the project. B. Test Plan: Showing how you tested the program (show the steps of your testing procedure along with screen shots). (10 points) C. A short description of the design plan and general comments. (5 points) Final Project: Write a C++ program to manage a library system. The main user is the librarian. Build Specifications (35 points) 1. The system should load a catalog of books, journals, and magazines at the start of the program. (at least five of each) 2. A user can search the catalog: The user of the system can search the library's catalog by using the name of the item. Also, a user can list books by category (Book, Journal, or magazine). If you are looking specifically for a book, you can search by the name of the author 3. A user can check out books, journals, or magazines: The user needs to find the item first, then they can checkit out. A user cannot check out an item that is already checked out. 4. A user can return books, journals, or magazines: A user can return an item. The user needs to find the item first, then they can return it. 5. Add new books, journals, or magazines to the catalog. A librarian can add a new item to the catalog

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_2

Step: 3

blur-text-image_3

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

More Books

Students also viewed these Databases questions