Search:

Type: Posts; User: william

Search: Search took 0.14 seconds.

  1. Thread: Copying Arrays

    by william
    Replies
    30
    Views
    3,609

    Re: Copying Arrays

    what ever help away I am going for my Martini. I am off work and I really don't need you.
  2. Thread: Copying Arrays

    by william
    Replies
    30
    Views
    3,609

    Re: Copying Arrays

    relax Junky answer his question then don't badger me.
  3. Thread: Copying Arrays

    by william
    Replies
    30
    Views
    3,609

    Re: Copying Arrays

    give me a few now I am going to install netbeans on this computer.

    please post all the code for me thanks.
  4. Thread: Copying Arrays

    by william
    Replies
    30
    Views
    3,609

    Re: Copying Arrays

    problem one PhoneBookEntry is not a array its a Class
    PhoneBookEntry can be implemented as ArrayList<PhoneBookEntry> book = new ArrayList<PhonebookEntry>();


    now fix the logic from this and then...
  5. Thread: Copying Arrays

    by william
    Replies
    30
    Views
    3,609

    Re: Copying Arrays

    what is PhoneBookEntry[]
    your trying to use primitives.... with out defining
    look at what wiki says about primitives
  6. Thread: Copying Arrays

    by william
    Replies
    30
    Views
    3,609

    Re: Copying Arrays

    Sometimes difficult is frustrating, however you never learn unless you ask the question.

    Ok lets go over some of the Array info

    double[] d = new double[5]; //<-- you have to declare a size
    ...
  7. Thread: Copying Arrays

    by william
    Replies
    30
    Views
    3,609

    Re: Copying Arrays

    OK, first lets go through the words I broke up your par into thoughts.
    1) great

    2) to copy a list you need to Iterate through the list if its a primitive array then for each or for statement...
Results 1 to 7 of 7