Question: I need help for C++ Instructions: Create an ADT character string (linked_char is name I am using) by using a linked list of characters. The

I need help for C++

Instructions: Create an ADT character string (linked_char is name I am using) by using a linked list of characters.

The Main function must have a Menu List of options. Down below is what the Menu List should have.

1) Enter new string from user and store as linked list of characters in an ADT linked_char class

2) Get current length (number of characters stored) from linked_char Append a linked_char to another linked_char

3) Find index of character in a linked_char

4) Test if a linked_char is substring of another linked_char

5) Quit Program

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!