Batman
2013-04-16 14:19:05 UTC
I've been working on this code for a while, I almost have it running I think, my last problem is how to make a boolean function that determines if a string is an imperfect palindrome.
An imperfect palindrome is a word, verse, or sentence that is the same when read backward or forward after the removal of all whitespace and punctuation and all alphabetic characters have been folded to the same case.
ie: racecar, boob, radar
here are all my functions thus far:
http://ideone.com/gb3uJe
and here is my main() :
http://ideone.com/qffnNP
Thanks for any help! This one has been tough for me and I really appreciate any help, if you decide to help please explain in detail so I can understand too!
Thank you