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
Get step-by-step solutions from verified subject matter experts
