Search:

Type: Posts; User: Matticus

Search: Search took 0.03 seconds.

  1. Replies
    35
    Views
    6,479

    If you're making a bejeweled type game, you're...

    If you're making a bejeweled type game, you're going to need a function to check for sequences during the course of game play. You could use this same function during initialization to check for...
  2. Replies
    35
    Views
    6,479

    Be aware of the difference between...

    Be aware of the difference between const-qualified variables and constants: Question 11.8
  3. Replies
    35
    Views
    6,479

    You should consider using a multidimensional...

    You should consider using a multidimensional array (have a read).

    Why are you starting the variables at -1 in your loops?
Results 1 to 3 of 3