This is a C++ program that allows users to manage inventory items. It supports adding, removing, saving, and loading items from a file.
- Add new inventory items
- Delete items
- Save inventory to file
- Load inventory from file
- C++
- CLion IDE
- File I/O
-
Clone the repository
-
Open in CLion
-
Run main.cpp
The program will prompt the user to:
- Add items (name, quantity, etc.)
- View inventory
- Save/load data
- Add GUI
- Improve file format
- Add search/filter feature
##Licence
- this project is licenced under the MIT licence
This project uses cppcheck for static code analysis to identify potential issues and improve code quality.