void Deksia (char pinakas_Crypt[], char *pinakas_Words[],int m, int n, int i, int j)
{
int metritis=1, c;
n=0;
for (j++;)
{
n++;
if (*pinakas_Words[m][n]=="\0")
{
for (c=metritis;c==0; c--)
{
j--;
pinakas_Crypt[i][j]=toupper( pinakas_Crypt[i][j] );
}
}
if (c==0) break;
if (pinakas_Crypt[i][j]==*pinakas_Words[m][n])
{
metritis++;
}
else
{
break;
}
}
}
First: the while(true) doesn't work in linux (it says something about true not declared)Next: is the for loop wrong? I am sure I read somewhere it's not but I get an error!
QQ: I got an error about pinakas_crypt and pinakas_words
Help plx! :D
Edited by skypower, 03 May 2010 - 10:26 AM.


Sign In
Create Account


Back to top










