Search:

Type: Posts; User: helloworld922

Search: Search took 0.11 seconds.

  1. Replies
    6
    Views
    2,176

    Re: Array Troubles

    Have you taken a look at this yet? It's a little hard to understand at first, but it has the basics of using arrays.
  2. Replies
    6
    Views
    2,176

    Re: Array Troubles

    You can create an array of arbitrary length. Note that once it's created, you can't change it's length :P


    char[] someArray = new char[length];// length is how many char's can fit in this array
Results 1 to 2 of 2