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.
- 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.
-
Clone the repository from GitHub:
git clone https://github.com/yuvalm008/Warehouse-project.git
-
Compile the source code using a C++ compiler.
- 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.