Search:

Type: Posts; User: curmudgeon

Search: Search took 0.12 seconds.

  1. Re: putting a non static variable in a static variable

    Then you'll need to look at the Skill class code and only use constructors that are available for use.
  2. Re: putting a non static variable in a static variable

    That's not how you do this, by using statics, and in fact you should strive to avoid use of statics as much as possible except in certain situations where it is useful (and this is not one).

    To...
  3. Re: putting a non static variable in a static variable

    Why do you want to do this? This seems a strange way to organize your code.

    Note that in the static world xp has no meaning as it simply doesn't exist. It requires an instance of the class to...
Results 1 to 3 of 3