Search:

Type: Posts; User: LycanGalen

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,137

    Help With Doorknob-Proofing A Program

    Hey folks,

    I've finally gotten my program working. Yay! Now the only thing I'm having problems with is when people do what they aren't supposed to.

    Specifically, if a user types in any...
  2. Okay, I'll go do more reading on functions and...

    Okay, I'll go do more reading on functions and callers, apparently I'm missing something.

    As for the math, I "logic-ed" out the indexes, even made a working mini program for it. So I understand...
  3. I'm going to reiterate most of what you mentioned...

    I'm going to reiterate most of what you mentioned to make sure I understand what you've told me - I actually know I don't understand all of it, but there you have it.

    to transfer data back and...
  4. Thanks for the feedback. I'll check out gcc when...

    Thanks for the feedback. I'll check out gcc when I get a chance.

    Also, anon you mentioned that the elim returns the submitted value which is not used - but I do use that; since that condition is...
  5. Wow. Well that wins for the...

    Wow. Well that wins for the "I've-been-staring-at-my-coding-too-long" award.

    Thanks a lot guys.

    And no, my compiler didn't give me any info on it. Starting to think I need to find a new...
  6. Oops...Thanks for any help too.

    Oops...Thanks for any help too.
  7. I've Successfully Created a Program the Crashes! (help)

    Hey folks, back again in search of more help.

    I've been programming a relatively simple game that builds a 6 X 6 grid, then takes six numbers submitted by the player and eliminates the row and...
  8. Replies
    5
    Views
    2,659

    Thanks for the advice. I had decided to...

    Thanks for the advice.

    I had decided to stick to single dimensions since I didn't have a clue how to eliminate both the row and column on a 2d grid. Though the coding zacs7 provided makes...
  9. Replies
    5
    Views
    2,659

    Newb Help: Full Arrays and Functions

    Hey,

    I'm trying to make a simple game that has a 6x6 grid of numbers 1-36, it asks the player to submit 6 numbers, and for each number it will eliminate the row and column that number was in so...
Results 1 to 9 of 9