Search:

Type: Posts; User: dubois.ford

Search: Search took 0.10 seconds.

  1. Replies
    5
    Views
    8,893

    Re: Expanding the capacity of an array

    Thank you for the replies.
    myCharFreqNode is the type of an object I created. It is declared like this in main



    charFreqNode mycharFreqNode[] = new charFreqNode[2];


    The class definition...
  2. Replies
    5
    Views
    8,893

    Expanding the capacity of an array

    Hello all,
    I declare an array of objects with a default capacity of 2 and I am trying to expand capacity once the limit is meet. I am calling the "expandCapacity" method which creates a new array of...
Results 1 to 2 of 2