About this document
Supermarket Billing System in C++ by Pritam Karad is a document available to read on EtoBox.
This C++ program is a supermarket billing system that allows users to create, view, modify, and delete product information as well as place customer orders. The key features include: 1. A product class to define products with attributes like product number, name, price, etc. 2. Functions for the administrator to manage products - create, display all, find by number, modify, delete. 3. A menu function to display all products. 4. A customer ordering function to select products, quantities, display invoi
- Author
- Pritam Karad
- Language
- EN