Search:

Type: Posts; User: grizzle

Search: Search took 0.02 seconds.

  1. Thread: Problem!!!

    by grizzle
    Replies
    24
    Views
    4,722

    I run ubuntu and I compile in the terminal using...

    I run ubuntu and I compile in the terminal using gcc.
  2. Thread: Problem!!!

    by grizzle
    Replies
    24
    Views
    4,722

    I caught the "d+cols" mistake as soon as I took a...

    I caught the "d+cols" mistake as soon as I took a look at that line alone (somehow that always helps). Also, how do you enable warnings? or check?
  3. Thread: Problem!!!

    by grizzle
    Replies
    24
    Views
    4,722

    Ha! I actually missed that until after I'd done...

    Ha! I actually missed that until after I'd done several rewrites of the code and just left it that way because... laziness.
  4. Thread: Problem!!!

    by grizzle
    Replies
    24
    Views
    4,722

    The formatting issues are my bad. I do that for...

    The formatting issues are my bad. I do that for my own ease of viewing while working. The latest code...


    #include <stdlib.h>
    #include <stdio.h>

    /*
    **Assumes that each player has no more...
  5. Thread: Problem!!!

    by grizzle
    Replies
    24
    Views
    4,722

    My latest code that produces a segmentation...

    My latest code that produces a segmentation error:


    #include <stdlib.h>
    #include <stdio.h>

    /*
    **Assumes that each player has no more than 10
    moves each and that NO player is indifferent to...
  6. Thread: Problem!!!

    by grizzle
    Replies
    24
    Views
    4,722

    Both are good catches, but neither seems to fix...

    Both are good catches, but neither seems to fix the problem. Thanks for your help, though.
  7. Thread: Problem!!!

    by grizzle
    Replies
    24
    Views
    4,722

    Ack! More problems!

    This the code I have post-revision:


    #include <stdlib.h>
    #include <stdio.h>

    /*
    **Assumes that each player has no more than 10
    moves each and that NO player is indifferent to
    the other...
  8. Thread: Problem!!!

    by grizzle
    Replies
    24
    Views
    4,722

    I bow to your superiority. Thanks for your...

    I bow to your superiority.

    Thanks for your help, I've been writing and rewriting code for this project for so long that it has almost all blurred together. To make it worse, I'm sick as a dog,...
  9. Thread: Problem!!!

    by grizzle
    Replies
    24
    Views
    4,722

    I don't get it. It just doesn't print anything!

    I don't get it. It just doesn't print anything!
  10. Thread: Problem!!!

    by grizzle
    Replies
    24
    Views
    4,722

    Thanks so much! I really appreciate the help! ...

    Thanks so much! I really appreciate the help!

    Unfortunately, this code also doesn't print when I compile and run it.
  11. Thread: Problem!!!

    by grizzle
    Replies
    24
    Views
    4,722

    Problem!!!

    Hi,

    I'm kind of new at this, but I've looked at the code over and over and can't figure out my problem.

    Code:

    #include <stdlib.h>
    #include <stdio.h>
Results 1 to 11 of 11