> 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.
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.
--Palrich.



Reply via email to