Search:

Type: Posts; User: Zaphod_b

Search: Search took 0.08 seconds.

  1. Re: Unsorted Arrays having trouble controlling the array.

    In my opinion, your fix wasn't a very good fix, stylistically speaking, but you did at least get the "list" variable initialized.

    So...

    Maybe we can start with where you are now, and later on,...
  2. Re: Unsorted Arrays having trouble controlling the array.

    Your main() program calls the UnsortedArrayList constructor, right? Well, the UnsortedArrayList class is derived from the ArrayList class, right? What is the very first thing that the...
  3. Re: Unsorted Arrays having trouble controlling the array.

    Since it is telling you at run time that the value of the list reference variable is null, then it must be that it was declared somewhere that the compiler knows about it, but was never given a value...
Results 1 to 3 of 3