Skip to content

vkhanht1/Product_management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Product Management System (C++)

This is my C++ project, a console-based application designed to manage a product list using dynamic arrays.

πŸš€ Features

  • Add New Products: Dynamically add items to the inventory.
  • Delete by Name: Remove products from the list using their specific names.
  • View Inventory: Display a formatted list of all stored products.
  • Modular Structure: Utilizes multi-file organization (.h and .cpp) for clean source code management.

🧠 Concepts Applied

  • Structs & Operator Overloading: Custom data handling for Product objects.
  • Dynamic Memory Management: Efficient use of new and delete keywords.
  • Project Modularization: Organizing code into headers and implementation files to improve maintainability.

πŸ›  Tech Stack

  • Language: C++
  • Tools: Dev-C++ (or any C++ compiler)

πŸ“‹ How to Use

  1. Open the project file (.dev) in your IDE.
  2. Compile and Run the main.cpp.
  3. Follow the on-screen menu instructions to manage your products.

About

Simple Product Management System written in C++ using dynamic arrays and multi-file structure.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages