Search:

Type: Posts; User: Trekker182

Search: Search took 0.00 seconds.

  1. Thanks ! I can't believe I missed that…guess it...

    Thanks ! I can't believe I missed that…guess it helps to take a break once in a while. :)
  2. This is my complete program if it helps. ...

    This is my complete program if it helps.


    #include <stdio.h>#include <ctype.h>
    #include <string.h>
    #define S 25


    //function prototypes
  3. kind GUESS THIS WORD: Please enter a...

    kind
    GUESS THIS WORD:


    Please enter a letter:k


    Letters guessed so far: k
    ****
    wresult=0GUESS=kWRESULT=0WIP ARRAY****
  4. I've added printf("GUESS=%c", guess);...

    I've added

    printf("GUESS=%c", guess);
    printf("WRESULT=%d", result);
    printf("WIP ARRAY%s\n", array);



    to the function to make sure everything is being passed in as it should be. One...
  5. replacing individual chars in a string array

    Hi everyone...I'm trying to right the function that puts the correct letters in the right positons being reported from my previous compareletter function for my game of hang man and its not updating...
Results 1 to 5 of 5