*/
CPT - C Language Precedence Trainer
Submitted By:
WEBMASTER
Rating:





(
Rate It)
A key element in the rapid writing of error-free C code is a
thourough understanding of the relative precedence of the 35 C
language operators. Only when the precedence of any two
operators can be ranked without conscious thought can a C
programmer write with efficiency.
NOTE: Some downloads must be obtained through publishers´s site.
Do you want to get your software listed on this site? Go to our
submissions area.
Screenshot
Details
Number of downloads:
4197
Comments (2)
Pretty Good




Posted by: Mark on Saturday, April 19, 2003
Obviously not a massive undertaking, but a great little utility for its intended purpose.
(for 5 stars I'd be looking for something more like Mavis typing tutor, full GUI, make games out of it etc)
Bad idea
Posted on Friday, November 11, 2005
"Writing with efficiency" is not the best way to write code. Writing correctly is the best way to write code. If there is any, *ANY* doubt about precedence, use parentheses. Use of parentheses totally voids the usefulness of this program.
Add Your Rating