Search:

Type: Posts; User: MysticDeath

Search: Search took 0.11 seconds.

  1. Replies
    2
    Views
    2,184

    Re: Arrays Of Objects?

    Yeah.
    I wasn't sure how to initialize the variable, so thanks :-D.
    I'll post back once I fix this, and I'll post my sol.
    Gah:
    Well you can't see the sol, because you just gave me the sol....
  2. Replies
    2
    Views
    2,184

    Arrays Of Objects?

    Well I'm not sure how to program this, but anyway, I need to make 81 objects and assign their value (int value).
    So My Class is:


    public class Cell {
    int value;
    int xloc;
    int yloc;
    int...
Results 1 to 2 of 2