Search:

Type: Posts; User: Inexorable

Search: Search took 0.03 seconds.

  1. Replies
    11
    Views
    1,351

    Thanks Master, you have extremely helpful.

    Thanks Master, you have extremely helpful.
  2. Replies
    11
    Views
    1,351

    Okay, I think I understand what you're saying....

    Okay, I think I understand what you're saying. However, will that make the program continue to ask for another input until they guess wrong or complete it?

    And, could you possibly show an example...
  3. Replies
    11
    Views
    1,351

    That's the crux of the matter. I am trying to...

    That's the crux of the matter. I am trying to keep already entered and correct characters visible throughout the the run of the program, until they guess an incorrcet letter, or correctly fill out...
  4. Replies
    11
    Views
    1,351

    Hmm. Well, the printf("."); is left over from a...

    Hmm. Well, the printf("."); is left over from a prior incarnation of the program where I just had to show where an inputed character was in the phrase, and nothing further. The .s were there to act...
  5. Replies
    11
    Views
    1,351

    The while loop was just something to try. As for...

    The while loop was just something to try. As for the for loop, that is how the entered character was checked against the charecter string. If there is anyother way to check if the entered character...
  6. Replies
    11
    Views
    1,351

    Hangman-esque

    Hi, I've been having some trouble with a "hangman-esque" program. I have it so that a person can enter a letter, and make it show up in the right spot, but I can't get the program to ask again, until...
  7. Replies
    1
    Views
    2,122

    It worked perfectly, thank you very much.

    It worked perfectly, thank you very much.
  8. Replies
    1
    Views
    2,122

    Gaussian Elimination Problem

    I'm writing a Gaussian Elimination process for a given matrix, and seem to have gotten the numbers correct. Unfortunantly, the results are printed in a continuous line across the screen, without...
Results 1 to 8 of 8