I have this piece of code:
placeword(char *wordpointer,char puzzlespace[60][60],int dumbarray[2])
{
int length=0,i=0,q=0,xandyarray[2];
while(word[length]!=0)
{
length++;
}
//This is the for loop in question
for(i=0;i>100;i++)
{
int...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.