Question: I need a C++ code that meets these requirements, i have read the other ones and my professor approved none of them. I know its
I need a C++ code that meets these requirements, i have read the other ones and my professor approved none of them. I know its really long but I need it, thanks in advance
Your program must be able to write all objects data to the binary file Community.dat, using the printToFile functions, Your program should be able to read and append to the Community.dat file as needed, using the readFromFile functions, Your main file must be able to store/retrieve data to/from output/input files depending on the users choice, It is not known how many objects will be added or their order of addition.
ps: strings should be stored in arrays.

For all classes we need to store the following information: 1. ID: unsigned long int. 2. FirstName: string. 3. LastName: string. 4. Address: string. 5. CellPhone: unsigned long int. For each of the derived classes, we need to store the information shown in the below table
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
