A console-based C++ application for managing automobile insurance operations including customers, vehicles, policies, claims and inspections.
- Customer & Vehicle Management
- Policy Selling
- Claim Filing & Approval
- Inspection Reports
- File-based data persistence (no DBMS)
- Clone the repo
- Open SDA_Project in Visual Studio
- Default Manager login: MGR001 / admin123
- Run and enjoy!
include/ → Header files (.h) src/ → Source files (.cpp) data/ → Text files for data storage
This project follows all 5 SOLID principles:
- S: Single Responsibility
- O: Open/Closed
- L: Liskov Substitution
- I: Interface Segregation
- D: Dependency Inversion
- Language : C++
- IDE : Visual Studio
- Storage : File-based (.txt)