Search:

Type: Posts; User: Norm

Search: Search took 0.13 seconds.

  1. Replies
    12
    Views
    4,239

    [SOLVED] Re: Minesweeper Recursion Method Help

    Print out the variables' values and see why the logic isn't stopping the recursive calls when it should.

    I'm done for tonight.
  2. Replies
    12
    Views
    4,239

    [SOLVED] Re: Minesweeper Recursion Method Help

    There must be recursive calls between the methods at those lines.
  3. Replies
    12
    Views
    4,239

    [SOLVED] Re: Minesweeper Recursion Method Help

    Look at the code at line 125 and see what index variable had the value: 1951
    Then check the logic to see how that variable got that value.
    Add a println statement before line 125 to print out the...
  4. Replies
    12
    Views
    4,239

    [SOLVED] Re: Minesweeper Recursion Method Help

    Please copy the full text of the error message and paste it here.
    There is an index to an array that has gone past the end of the array.
  5. Replies
    12
    Views
    4,239

    [SOLVED] Re: Minesweeper Recursion Method Help

    Then why all the comments out side of the code in post#1 and the comment:


    I pity the poor bloke that has to work on any code that you've written.

    You don't need to comment code that will...
  6. Replies
    12
    Views
    4,239

    [SOLVED] Re: Minesweeper Recursion Method Help

    Why not put the comments in the code so that everything is in one place. If what was posted here is important, then why isn't in the code?
Results 1 to 6 of 6