Search:

Type: Posts; User: Whyareall

Search: Search took 0.16 seconds.

  1. Replies
    1
    Views
    1,734

    Re: Constructor doesn't fill in array properly

    Never mind... just needed to cast to doubles.
  2. Replies
    1
    Views
    1,734

    Constructor doesn't fill in array properly

    So, in my constructor (where toWound and toHit are instance variables, declared beforehand):


    public Mathhammer()
    {
    toWound = new double[10][10];
    toHit = new...
Results 1 to 2 of 2