Search:

Type: Posts; User: red7

Search: Search took 0.08 seconds.

  1. Re: Need an Idea: storing elements of two different arrays?

    Wow, couldn't believe how clear it was when writing it down, feel kinda stupid now haha. Finally got it to work, much much thanks, problem solved.
  2. Re: Need an Idea: storing elements of two different arrays?

    How would I use a for loop to accomplish this?
    temp = Array 1 length + Array 2 length
    I would have:
    for(int i = 0; i<=temp;i++)
    Stuck there
  3. Need an Idea: storing elements of two different arrays?

    Heres what I got so far.

    1. Size of both array.
    2. An object array that has the size of both combined

    How would I pass all the elements of both array into that new object?.

    ex:
    Array 1...
Results 1 to 3 of 3