Ahh, I have fixed the problem. There was a semi-colon in main. There was also a function that I forgot to put. It's all good now. Thanks though.
#include<iostream> #include<ctime> #include<cctype> const char dictionary [4][3][60] = { {"similarity",...
Separate names with a comma.