Is there a function to remove punctuation from a string, or check to see if a char is a letter?
This is a home work assignment to:
1 Write a class stack and a class queue
2 Test your classes by writing a program that will ask the user for a string and then check to see if the string is a palindrome by loading into a stack and queue and comparing the top of the stack to the front of the queue.
I have done part 1, but I can not see how to get around the punctuation for part 2.
Thanx in advance
Lanier