Re: C again
Re: C again
- Subject: Re: C again
- From: David Thorp <email@hidden>
- Date: Sun, 31 Aug 2003 09:57:37 +1000
>
> 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.
Oh Duh! Of course. Thanks.
>
Thanks,
>
Andrew Pinski
>
>
>
PS go read a book about C.
Well actually, I have a few C books right here, and have read most of
them. The above error was not from not knowing, just not seeing.
_______________________________________________
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: | |
| >Re: C again (From: Andrew Pinski <email@hidden>) |