Search:

Type: Posts; User: pogrady

Search: Search took 0.01 seconds.

  1. Replies
    10
    Views
    2,061

    No your right. Sorry about that.

    No your right. Sorry about that.
  2. Replies
    6
    Views
    1,966

    Try using this syntax I your find high and find...

    Try using this syntax I your find high and find low functions.

    FindHighestScore(float Ex[], int num)

    It's kinda the same thing, except that the compiler expects an array.
  3. Replies
    6
    Views
    1,966

    In your readmin() function you are only looping...

    In your readmin() function you are only looping through 4 values. Since the termination condition is that i is less then 5, and there are five possible scenarios, this makes sense. But logically...
  4. Replies
    10
    Views
    2,061

    In your grid::ismoremoves() function, you are...

    In your grid::ismoremoves() function, you are only checking 8 boxes:

    if i < 9 then it will stop on 9 and not continue through the last box. If you want to check all nine, it needs to be either
    ...
  5. Thread: Hello

    by pogrady
    Replies
    1
    Views
    860

    Hello

    Hello,

    New to the Forums thought Id say hello.
Results 1 to 5 of 5