Tyler
06-19-02, 09:42 PM
Hey guys. Mucho appreciation to anyone who can help me out with a couple problems I'm havin here. Thanks!
if (instans=='y')
{
system("cls"); - implicit declaration of function 'int system(...)'
rules();
d=getch(); - implicit declaration of function 'int getchar(...)'
cin.ignore(80,'\n');
system("cls");
}
for (j=0; j<=9; j++)
{
strcpy(guess[j]," ");
strcpy(score[j]," ");
}
srand(time(NULL)); - implicit declaration of function 'int srand(...)'
for(j=0; j<4; j++)
{
x=rand()%6; - implicit declaration of function 'int rand(...)'
answer[j]=colour[x];
}
if (instans=='y')
{
system("cls"); - implicit declaration of function 'int system(...)'
rules();
d=getch(); - implicit declaration of function 'int getchar(...)'
cin.ignore(80,'\n');
system("cls");
}
for (j=0; j<=9; j++)
{
strcpy(guess[j]," ");
strcpy(score[j]," ");
}
srand(time(NULL)); - implicit declaration of function 'int srand(...)'
for(j=0; j<4; j++)
{
x=rand()%6; - implicit declaration of function 'int rand(...)'
answer[j]=colour[x];
}