Re: C
Re: C
- Subject: Re: C
- From: cricket <email@hidden>
- Date: Sat, 30 Aug 2003 20:31:35 -0700
On Aug 30, 2003, at 8:13 PM, Clark Cox wrote:
Just as knowing how to read algebraic equations implies knowing the
rules of precedence for mathematical operations (i.e. there is nothing
ambigous about "y = 2x^2 + 3", we know that the exponent comes first,
then the multiplication, and then the addition), knowing how to
read/write C (or C++ or Java, etc.) implies knowing the rules of
precedence for it's operations.
But this is much clearer:
y = (2x^2) + 3
Easy to read. Easy to understand. Don't need to memorize or refer to a
chart with 25 items in it.
- cricket
----->
Software Entomologist Mail for Mac OS X
http://www.apple.com/macosx/panther/mail.html
---------->
I'm nobody's little weasel.
_______________________________________________
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 (From: David Thorp <email@hidden>) |
| >Re: C (From: Clark Cox <email@hidden>) |
| >Re: C (From: cricket <email@hidden>) |
| >Re: C (From: Clark Cox <email@hidden>) |