Re: Do your worst
From: Aggro (spammerdream_at_yahoo.com)
Date: 10/12/03
- Next message: Richard Heathfield: "Sig-block Netiquette (was Re: ignore a line)"
- Previous message: Joona I Palaste: "Re: volatile"
- In reply to: CBFalconer: "Do your worst"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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()?
- Next message: Richard Heathfield: "Sig-block Netiquette (was Re: ignore a line)"
- Previous message: Joona I Palaste: "Re: volatile"
- In reply to: CBFalconer: "Do your worst"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]