Search:

Type: Posts; User: Hemerson

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    938

    if(alphabet[i]=='_' && letter[i]==alphabet[i]) {...

    if(alphabet[i]=='_' && letter[i]==alphabet[i])
    { printf("letter already inputted!"); }


    is this correct?
  2. Replies
    8
    Views
    938

    if(alphabet[i]=='_' && letter[i]==alphabet[i] {...

    if(alphabet[i]=='_' && letter[i]==alphabet[i]
    { printf("letter already inputted!"); }


    is this correct?
  3. Replies
    8
    Views
    938

    Please? i badly need it, even just show me two -...

    Please? i badly need it, even just show me two - three lines of code that check if the letter has already been chosen.
  4. Replies
    8
    Views
    938

    Sir can you show me the Code?

    Sir can you show me the Code?
  5. Replies
    8
    Views
    938

    know if the letter is inputted twice

    good day to all, can anyone help me how can my program read if a letter is inputted again it prompts "letter inputted already"? heres my code:


    #include <stdio.h>
    #include <string.h>
    #include...
  6. @adak, how to increment by two?... ...

    @adak, how to increment by two?...

    :::updated:::

    i got it...hehehe, thanks.
  7. i did'nt get it clearly, sorry sir. can you give...

    i did'nt get it clearly, sorry sir. can you give me some examples?. thanks.
  8. @anduril462, there is another error that i can't...

    @anduril462, there is another error that i can't fix...the repitition of letter...when i enter again a letter, at first its ok...but entering again and again the letter, it automatically saying that...
  9. @anduril462 thank you very much, its working...

    @anduril462 thank you very much, its working...
  10. Help me please (correcting some command errors)

    when i always run the program then started to input a correct letter, the total_tries always trigger to decrements by 1 and when i am going to input a wrong letter it is decrements by 2...i cant find...
  11. Replies
    7
    Views
    3,999

    but its only works in TurboC not in DevC++.

    but its only works in TurboC not in DevC++.
  12. Replies
    7
    Views
    3,999

    its working thanks!!...

    its working thanks!!...
  13. Replies
    7
    Views
    3,999

    [Linker error] undefined reference to `gotoxy' ,...

    [Linker error] undefined reference to `gotoxy' , im using dec c++ as a compiler.
  14. Replies
    7
    Views
    3,999

    reply for this please, i really need your help. :(

    reply for this please, i really need your help. :(
  15. Replies
    7
    Views
    3,999

    Guess word Problem

    hello there, i got problem with my code, when i starting to guess a letter and hit the enter, the letter i've guess is not printing in the blank i made. can someone help me to fix the code? thanks.
    ...
  16. Replies
    14
    Views
    1,722

    Okay i got it! thanks! i'll be back when i got...

    Okay i got it! thanks! i'll be back when i got stuck again. :)
  17. Replies
    14
    Views
    1,722

    Sir. what is function memset of string.h?

    Sir. what is function memset of string.h?
  18. Replies
    14
    Views
    1,722

    @click_here how? can you give me some code...

    @click_here how? can you give me some code example? :)
  19. Replies
    14
    Views
    1,722

    sorry its for adak not for you click_here. sorry...

    sorry its for adak not for you click_here. sorry for the misunderstand.
  20. Replies
    14
    Views
    1,722

    i can't get your point, but i include stdio.h,...

    i can't get your point, but i include stdio.h, conio.h, stdlib.h...can you give more explanation...
  21. Replies
    14
    Views
    1,722

    @adak, here is my lay out example: type a...

    @adak, here is my lay out example:

    type a word: *** <----this is the ouput of the code i post above. (dog)

    the word to guess is: _ _ _

    enter a letter: d
    ===================================...
  22. Replies
    14
    Views
    1,722

    can someone help me to add a code to make my...

    can someone help me to add a code to make my inputted letter put in the blank. thanks in advance.
  23. Replies
    14
    Views
    1,722

    Hangman Project Problem

    Hi there. i got stuck with this code. i can't get the right code for the loop to put the letter into the blank. Can anyone help me here.
    thanks a lot.


    printf("enter a word to guess: \n"); ...
  24. Thread: Code Question

    by Hemerson
    Replies
    1
    Views
    798

    Code Question

    hello there, i see this code in the net where i can input a word and make it hidden, but i didnt know how did they make that code...can anyone explain this to me...thanks in advance...




    char...
  25. Replies
    8
    Views
    1,309

    okay, thanks again... :) , i'll ask questions...

    okay, thanks again... :) , i'll ask questions again if i got stuck...
Results 1 to 25 of 29
Page 1 of 2 1 2