Re: C again
Re: C again
- Subject: Re: C again
- From: Andrew Pinski <email@hidden>
- Date: Sat, 30 Aug 2003 19:09:09 -0400 (EDT)
>
while (((ch = PEEK (myFile)) != EOF) && (error = 0))
The problem is error = 0 does not say is error equal to 0 but set error to zero.
Thanks,
Andrew Pinski
PS go read a book about C.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
References: | |
| >C again (From: David Thorp <email@hidden>) |