Uhh..I did everything....Here, I'll put in the important part of the code:
while(true);
{
system("CLS");
cin.clear();
iguesses = 0;
srand{static_cast{time(0)}} ;
iCookies = rand()%1000+1;







