jbp261 / Booksellers-Software-Development

A point-of-sale (POS) software package for a bookstore using C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A point-of-sale (POS) software package for a bookstore using C++

License:MIT License


Languages

Language:C++ 100.0%