Question: 2(50 marks) A string in C++ is simply an array of characters with the null character(0) used to mark the end of the string. C++

 2(50 marks) A string in C++ is simply an array of
characters with the null character(0) used to mark the end of the
string. C++ provides a set of string handling function in as well
as VO functions in ciostream>. With the addition of the STL (Standard

2(50 marks) A string in C++ is simply an array of characters with the null character(0) used to mark the end of the string. C++ provides a set of string handling function in as well as VO functions in ciostream>. With the addition of the STL (Standard Template Library),C++now provides a string class. But for this assignment, you are to develop your own string class. This will give you a chance to develop and work with a C++ class, define constructors and destructors, define member functions outside of the class body, develop a copy constructor and assignment operator (and understand why!), work with C-Style strings and pointers, dynamically allocate memory and free it when done. Of coursc, you must also do suitable testing which implies writing a main function that uses your new string class Submit your assignment under URCourses

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!