Search:

Type: Posts; User: Halios00

Search: Search took 0.00 seconds.

  1. I've gotta go to work and won't be able to check...

    I've gotta go to work and won't be able to check this board till tonight. If anyone could give me some good help on this and help me out with this, I would be extremely appriciative and owe you...
  2. Ty Adak for the re-initialize part. I forgot...

    Ty Adak for the re-initialize part. I forgot about that.v:-D
  3. So, I'm a little confused still. How would I...

    So, I'm a little confused still. How would I incorporate


    typedef struct{
    char hangword[SIZE];//for the word read from a file
    int numguess;//should be set to 0 or 6
    char...
  4. Well, when it asks Would you like to play again...

    Well, when it asks Would you like to play again and you hit y (yes) then it just shows the same word you had already guessed.
  5. A little confused and could use some 1 on 1 help please :-D

    So, I've completed this hangman game and must now convert it to Struct. Problem is, I really don't understand how Struct works. I mean, it's kinda appealing to me but it's still confusing to me as...
  6. Replies
    32
    Views
    3,744

    OMG OMG Thank you all for ya'll help. One more...

    OMG OMG Thank you all for ya'll help. One more question real fast! It's working, by the way, but it's not printing the first printf's in the loop.


    int main()
    {
    int i;
    char c;
    ...
  7. Replies
    32
    Views
    3,744

    So, I've taken all the advice so far but it's...

    So, I've taken all the advice so far but it's still not running right. Every time I guess a letter, it still minuses from the guesses, even if the letter is in the word. And, it doesn't print out the...
  8. Replies
    32
    Views
    3,744

    K, I've got what itsme is saying and will replace...

    K, I've got what itsme is saying and will replace that. Not sure about before with the scanf's
  9. Replies
    32
    Views
    3,744

    I don't understand really. What's wrong with...

    I don't understand really. What's wrong with that? The /n is messing it up or is something else wrong?
  10. Replies
    32
    Views
    3,744

    Awesome, thank you so much for the help so far...

    Awesome, thank you so much for the help so far guys. The == 0 thing worked well but it's still taking away a guess when I've guess right. I know it's a big favor, but can someone if they have spare...
  11. Replies
    32
    Views
    3,744

    So changed it to && and now, when I guess a...

    So changed it to && and now, when I guess a letter, it runs the won() function no matter what LOL
  12. Replies
    32
    Views
    3,744

    Ok, changed the play_again() function but it's...

    Ok, changed the play_again() function but it's still not advancing once I've actually guess the letters in the word, it continues to ask me to guess a letter, even when the word is already guessed....
  13. Replies
    32
    Views
    3,744

    Yes, any help on the subject would be awesome!

    Yes, any help on the subject would be awesome!
  14. Replies
    32
    Views
    3,744

    K, awesome, that solved that problem. Now, just...

    K, awesome, that solved that problem. Now, just having a problem when I guess a letter, if it's correct, it's not supposed to take away from Guesses. If it's wrong, it takes 1 away from guesses till...
  15. Replies
    32
    Views
    3,744

    Need a little help with hangman

    So, I've gotten the basic program down. Gotten the thing to run. It loads up the program, loads up the instructions, then puts the blanks properly with the corresponding word. Well, it asks you to...
Results 1 to 15 of 15