1 Purpose Assignment Gives Practice Writing Code Class Class Implement Code Creates Mainta Q37064946

1 Purpose

This assignment gives more practice writing code for a class.This class will implement code that creates, maintains and accessesa simple string object. Do not confuse this with the standardstring class and do not use that class in this implementation.

Remember from the lecture (17) that cstrings require a sentinelvalue at the end of each. Given this and the fact that theinformation is ordered and needs to be stored together in thatorder, the easiest way to manage it all is in the form of an array.Remember though, that because of the sentinel value, we have tohave an array that is larger

OR
OR

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.