Question
Design a C++ System with two files: .h and .cpp with following requirements: -User can create a new house for hire with neccesary information such
Design a C++ System with two files: .h and .cpp with following requirements:
-User can create a new house for hire with neccesary information such as house id, owner id, current date, date range which cant be hire, score rate by renters, enum location, enum status if is it hired or not.
-The house will have house Id, owner Id, current date, date range , min score, location, status.
The following method will be:
addHouse, deleteHouse, search by Region, rate house, request house, cancle house, view all house.
The system will have a .dat file to store data.
Thank you so much
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started