Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

HOW TO PREVENT FAILURE

Name: Anonymous 2008-10-20 14:16


try {
      do_not_fail();
    }
catch (...) {
      do_not_fail();
    }

Name: Anonymous 2008-10-20 19:06

Distributed fault tolerant enterprise failure prevention system with multiple layers of redundancy

int failed=0;
do {
  try {
    do_not_fail();
  } catch(...) {
    failed=1;
  }
} while(failed);

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List