Search:

Type: Posts; User: billyjthorton

Search: Search took 0.09 seconds.

  1. Replies
    10
    Views
    1,603

    Re: HELP PLEASE!

    I don't know why it happens. I was hoping someone could tell me. Logically, it all seems to make sense. Length is the number of elements in the array, size is the capacity of the array if that...
  2. Replies
    10
    Views
    1,603

    Re: HELP PLEASE!

    The System.err.println(); is tripped and it won't add the elements...
  3. Replies
    10
    Views
    1,603

    Re: HELP PLEASE!

    Thats what I get when I print the code, which is the problem. I want the array to grow when you add more members to the array than are currently in the array. For example if you have an array of size...
  4. Replies
    10
    Views
    1,603

    Re: HELP PLEASE!

    I did not include a way to test the code. I should have, but it would be pretty simple:


    /*
    * To change this template, choose Tools | Templates
    * and open the template in the editor.
    */...
  5. Replies
    10
    Views
    1,603

    HELP PLEASE!

    Hello,

    I am writing a class (pretty much an ADT) for an array implementation. I wrote the code and it both compiles and works, but in the process, I have encountered a problem. This problem is...
Results 1 to 5 of 5