Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.09 seconds.

  1. Re: Troubles with toString and static and non-static

    Cool, glad you got it sorted.
  2. Re: Troubles with toString and static and non-static

    When you're in the constructor, you're already "in" an instance of Game, so you don't have to refer to a game instance at all. You could use this.toString(), but the "this" part is implied, so simply...
  3. Re: Troubles with toString and static and non-static

    I'm not really sure what this has to do with toString or the static keyword.

    In your Game constructor, you create a new Game, which calls the Game constructor, which creates a new Game, which...
    ...
Results 1 to 3 of 3