• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!
Collapse

You are not logged in or you do not have permission to access this page. This could be due to one of several reasons:

  • You are not logged in. If you are already registered, fill in the form below to log in, or follow the "Sign Up" link to register a new account.
  • You may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
  • If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.

Previously on "It’s my own fault!!!!"

Collapse

  • expat
    replied
    Originally posted by AtW
    My solution is faster:

    static int Main(string[] args)
    {
    return 0;
    }
    Good old IEFBR14, eh?

    Leave a comment:


  • Andyw
    replied
    programmers !

    Leave a comment:


  • CaribbeanPirate
    replied
    He deserves to be fed to the fish.

    First night I am back. Down Rackham’s, the Wharf or wherever we go - at Tarpon feeding time I going to throw him in no matter how many tourists are around!

    Leave a comment:


  • AtW
    replied
    My solution is faster:

    static int Main(string[] args)
    {
    return 0;
    }

    Leave a comment:


  • DimPrawn
    replied
    Good man. The empty catch will also catch non-CLS compliant exceptions where as

    PHP Code:
    catch(Exception
    will not.

    He deserves a pay rise.

    Leave a comment:


  • CaribbeanPirate
    started a topic It’s my own fault!!!!

    It’s my own fault!!!!

    I must be more careful what I wish for:


    Captain to Cabin boy: Can you sort out program xxxx.exe to that it doesn’t crash and hold up the month end like last time.

    Cabin Boy to Captain: Yo Mon. I’ve done it. It wont crash now.


    Captain inspects work:

    Code:
       static int Main(string[] args)
            {
    
                try
                {
    		    …….
                }
                catch
                {
                    return 0;
                }
            }
    I am going to kill him.

Working...
X