On Tue, Apr 23, 2002 at 02:31:46AM -0500, Michael Barton wrote:
> > codeing is. no code in this world is 100% bug proof. even you know that.
> 
> #include <stdio.h>
> int main(int argc, char **argv)
> {
>   printf("Hello, world!");
>   return 0;
> }
> 
> ...that's gonna be pretty hard to break.

There is a difference between bug-free and breaking.
Yes, this one is hard to break.
No, it's not bug-free: It doesn't check if the printf() was
successfull. Not that it minds in this example, but still :-)

> To have an error in your code is one thing... to justify a memory leak
> because your computer is fast is another matter, and I figure pretty
> flameworthy.

I agree :-)

Edwin

-- 
Edwin Groothuis      |           Personal website: http://www.MavEtJu.org
[EMAIL PROTECTED]    |        Interested in MUDs? Visit Fatal Dimensions:
bash$ :(){ :|:&};:   |                    http://www.FatalDimensions.org/

Reply via email to