hi gud pm!!!!
i have a problem the compiler says that in this code..."name lookup change ISO 'for' scoping then using obsolete binding at i"...
please help badly!!!!
for (int i=0; i<20; i++){
r [i]=0;
}
switch (ch){
case 'a':
cout<<"Please enter your password first\n";
if (ch=='a' && r[i]!=0){
clue();
}
break;