Re: Do your worst

From: Aggro (spammerdream_at_yahoo.com)
Date: 10/12/03


Date: Sun, 12 Oct 2003 19:18:22 GMT

CBFalconer wrote:

> for (z = 10; z >=0; z--) x += z;

I think you should leave the z assignment out (z = 10) to get better
performance.

Also, how about some neet function calls? You can screw up several
things when creating and calling your own functions. Or is the plan to
stick with the main()?