Code:
for(int j=0; j<link2->length(); j++)                                                  
{
         if(i!=j)
                nlWrite(link2->access(), buff, strlen(buff));
         link2->next();
}
and the error is
[code]
86 F:\Adam\server.cpp expected `;' before ')' token
[code]
line 86 is the "for(...)"

EDIT:: nvm i found the error... it was
Code:
for(...)                                                            j++)