Skip to content

yuvalm008/Warehouse-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Warehouse Management System

Overview

This project is a Warehouse Management System implemented in C++, that was given as an assigment in SPL course at BGU. We have added the PDF of the assigment. It provides functionality for managing warehouse operations, including adding, updating, and deleting products, as well as handling orders. The system is designed to efficiently manage dynamic memory without memory leaks.

Features

  • Product Management: The system allows users to add, update, and delete products in the warehouse inventory.
  • Order Handling: Users can create, modify, and delete orders for products stored in the warehouse.
  • Dynamic Memory Management: Implemented with care to ensure efficient memory usage and prevent memory leaks during runtime.

Installation

  1. Clone the repository from GitHub:

    git clone https://github.com/yuvalm008/Warehouse-project.git
  2. Compile the source code using a C++ compiler.

Usage

  • Run the compiled executable and follow the on-screen instructions to navigate and utilize the system.
  • Use the provided commands to manage products, orders, and other warehouse operations efficiently.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors