A C++-based electronics store management program with file-based data storage and a simple user interface.
This project simulates real-world electronics store operations such as product management, inventory handling, and sales tracking.
- Add new products
- Edit product details
- Delete products
- View available products
- Generate sales entries
- Maintain sales history
- Stores data using text files
- Loads saved data on application startup
- Console-based application with structured workflows
| Technology | Description |
|---|---|
| C++ | Core application logic and business workflows |
| File I/O | Persistent storage using text files |
Electronics-Store-Management/
βββ README.md # Project documentation
βββ final.cpp # Main application source code
- Clone the repository:
git clone https://github.com/sjain7787/Electronics-Store-Management.git
g++ final.cpp -o store
./store