Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.22 KB

File metadata and controls

35 lines (25 loc) · 1.22 KB

Booksellers-Software-Development

Project Members

  • Jay Patel
  • Thomas Peters
  • Marie Khvalchik

Abstract

The aim of the project is to develop a point-of-sale (POS) software package for a bookstore that will make the computer function as a cash register and keep an inventory file. The inventory file will be a database of all the books in the bookstore. In general, the software is to perform the following tasks:

• Calculate the total of a sale, including sales tax

• When a book is purchased, subtract it from the inventory file

• Add, change, delete, and look up books in the inventory file

• Display various sales reports

Environment

  • Visual Studio IDE

Theory Topics

  • Object-Oriented Programming (OOP)
  • Inheritance
  • Input-Output stream
  • Friends classes
  • Operator overloading
  • Polymorphism
  • Structs

File Description

Chart

Referance