Question: C++ 1. Create an Apartment List class. This will allow main to create one 2. Implement the code with a .h and multiple.cpp files. There
1. Create an Apartment List class. This will allow main to create one 2. Implement the code with a .h and multiple.cpp files. There should be one 3. Use dynamically allocated arrays for at least three arrays in your project Apartment_List object of the apartments the user wants to consider and another Apartment _List object of the apartments rejected so far. h file for the Apartment_List class interface, one .cpp file for the implementation of the member functions, and one.cpp file for main. (topic #4) The use of external data files are now optional, but encouraged. 4
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
