Question: in c++ language write code in c++ language With the given fun_driver.cpp, write a fun_list.h file so that the fun_driver file will output the following.



With the given fun_driver.cpp, write a fun_list.h file so that the fun_driver file will output the following. You must implement your fun_list class using a dynamic array. You must write a destructor, a copy constructor and overload the assignment operator. Your destructor must print DELETE, the copy constructor must print COPY and the overloaded assignment operator must print ASSIGNMENT. See the example on the next page. You can not hard code your answer. Note that your assignment, delete and copy statements may differ slightly based on implementation. vocstartsoft: /environment/Assignment. $ ./fd 3 IS NOT A LETTER -ASSIGNMENT SEAODLOH --COPY- --ASSIGNMENT- --DELETE- SSSEEEAAAOO ODDDLLLOOOHHH TRUE SSSE EAAAOOD DDLOOOHH FALSE SSSEE AA ALODD DOO O OHH ------COPY--- FALSE SSSEE AA ALHDDDOOOOHO TRUE SSSEEAAALDDD OOO SSSEE AAA LODD DOOOOHH --DELETE- --ASSIGNMENT- -DELETE- ADELOS --DELETE- -DELETE- ----DELETE- vocstartsoft:-/environment/Assignments $ ALUMU f11.add('E',-1); f11.add('S'); f11.add('h',10000); f11 f11; std::cout
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
