A C++ Inventory Management System specializing in tracking, sorting, and printing various records related to car inventories with an interactive user interface.
- Sorting Capabilities: Sort car inventory based on various attributes such as ID, Model, Quantity, and Price.
- Data Validation: Ensure all input records adhere to expected formats and ranges, preventing erroneous entries.
- Interactive Menus: Easy-to-navigate command-line interfaces for user interactions.
- Data Presentation: Neatly print out the sorted data to easily visualize the inventory state.
- A C++ compiler (e.g., GNU Compiler, Clang)
- Basic knowledge of C++ programming and command-line operations
- Clone the repository:
git clone https://github.com/danieldotwav/Auto-Stock-Tracker.git
- Navigate to the project directory:
cd Auto-Stock-Tracker
- Compile the project:
Replace
g++ -o Auto-Stock-Tracker Source.cpp -Wall -Wextra
Source.cpp
with relevant source file names. - Run the executable:
./Auto-Stock-Tracker
- Follow the on-screen prompts to interact with the inventory system.
We encourage you to contribute to Auto-Stock-Tracker! Please check out the Contributing guidelines for guidelines about how to proceed.
- Mentions, if applicable, of resources, inspirations, or articles that were pivotal in creating this project.
https://github.com/danieldotwav/Auto-Stock-Tracker/