Search:

Type: Posts; User: rswest

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    2,471

    big thanks to you adak. yeah that was what my...

    big thanks to you adak. yeah that was what my prof told me to. i should use functions instead to make the codes look cleaner and easier to read. thanks adak you have saved my life. :)
  2. Replies
    6
    Views
    2,471

    thank you adak. it works now. just a little...

    thank you adak. it works now. just a little problem i cant figure out in the first part after i choose a number for my mystery word the asterisks show but also the word to be guessed also prints in...
  3. Replies
    6
    Views
    2,471

    thanks adak. now im done with the I/O part. now...

    thanks adak. now im done with the I/O part. now im stuck. so i was able to read the text file and i am now able to choose my guess word by choosing a number. i only put 10 words to choose from (0-9)....
  4. Replies
    6
    Views
    2,471

    Help with I/O Files. Hangman Game in C

    hello. im trying to make a hangman game in C. i made a txt file with the words to be guessed in the game it looks like this:


    1 dog
    2 cat
    3 egg

    what i want to happen is i want the user to...
  5. Replies
    2
    Views
    827

    thank you salem. sorry for the late reply. your...

    thank you salem. sorry for the late reply. your links that you shared help a lot. im now on my final term in programming c. i was given a proect to make a hangman game in C. i have seen a few here on...
  6. Replies
    2
    Views
    827

    If fuction in Linked Lists

    hello this its me again. im having trouble using the if function in a linked list. so basically i wanted to count how many nodes contains a character as its element in a linked list. basically it...
  7. Replies
    3
    Views
    4,471

    i see.. last night i was reading some tutorial...

    i see.. last night i was reading some tutorial and other posts here in the forums. and i saw someone having the same problem and somebody told him to use getchar(). so i used getchar() i added it...
  8. Replies
    3
    Views
    4,471

    For Loop Skipping Statements.

    hello. im a newbie C user and im having a little trouble in these for loop of mine im using. the first iteration is all fine but on the second and succesive iterations the first gets statement is...
Results 1 to 8 of 8