Question: Mystring.cpp Mystring.h You are to develop a C++string class as described below. The class which you will develop is declared in the following file: mystring.h
You are to develop a C++string class as described below. The class which you will develop is declared in the following file: mystring.h That interface file specifies the data members and operations for class String, and the test driver MystringDriver.cpp is also provided. Both files should NOT be modified. The length of a data object of type String is the number of characters that it contains; memory should be allocated to hold those characters and the null-terminator .You can NOT use any of the C++ string, but CAN use C-string library functions in your implementation of the class. You can download the skeleton file mystring.cpp and finish the implementations of all the methods and submit your mystring.cpp only for grading
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
