Search:

Type: Posts; User: CjStaal

Search: Search took 0.11 seconds.

  1. Replies
    2
    Views
    1,316

    [SOLVED] Re: Finding biggest files, making list

    Well I figured out what the problem was, my adding after filling up the array was flawed

    for(int x = 0; x<CompFiles.length; x++)
    {
    int stat = c.compareTo((Wrapper) CompFiles[x]);...
  2. Replies
    2
    Views
    1,316

    [SOLVED] Re: Finding biggest files, making list

    If you want the entire source for compilation purposes, let me know and I'll post it.
  3. Replies
    2
    Views
    1,316

    [SOLVED] Finding biggest files, making list

    Okay, I know my issue is in my add function [adds to the array]
    so I'll only post that portion of the code

    public void add(Comparable<Wrapper> c)
    {
    for(int x =0; x<CompFiles.length ; x++)...
Results 1 to 3 of 3