Skip to content

Shopping System in C++: A user-friendly shopping system in C++ with order creation, user management, and product catalog features for a seamless shopping experience.

Notifications You must be signed in to change notification settings

rashadqarayev/shopping-system

Repository files navigation

Shopping System (C++)

Introduction

The Shopping System is a C++ console application that allows users to interact with a simple shopping system. It enables users to create orders, add products to their orders, and manage various aspects of the shopping process.

Features

  • Create new orders and manage existing ones.
  • Add products to the orders with the desired quantities.
  • Calculate the total cost of the orders.
  • View and update order details, such as adding/removing products or changing quantities.
  • Browse the available products and their prices.
  • Simple and intuitive user interface.

Requirements

  • C++ compiler (e.g., GCC, Clang, Visual C++)
  • C++ Standard Library

Getting Started

To compile and run the Shopping System on your local machine, follow these steps:

  1. Clone this repository:
git clone https://github.com/ReshadDev/shopping-system.git
cd shopping-system

About

Shopping System in C++: A user-friendly shopping system in C++ with order creation, user management, and product catalog features for a seamless shopping experience.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages