Palindrome testing program crashing.Diffrint iteration: [code]#include <iostream> #include <string> using namespace std; void ch...
Palindrome testing program crashing.[code]#include <iostream> #include <string> using namespace std; void checkpal(int length, char w...
Palindrome testing program crashing.What is the difference between using .size() and .length()? But I see what you mean with the ge...
Palindrome testing program crashing.I "think" I am following you. Since I am not declaring the size of each string, I cannot access indi...
Palindrome testing program crashing.Alright, I see what you mean. I made a mistake with worddelete[i] = fronthalf[i]; worddelete[...
This user does not accept Private Messages