Search:

Type: Posts; User: vinnie

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    13,106

    Actually, that's one of the other things i...

    Actually, that's one of the other things i couldn't get to work, i tried using the line:

    scanf("%c", user_guess)

    which made the program work for the first iteration, but skip the user input...
  2. Replies
    5
    Views
    13,106

    Yesss, i got it to work by using strcmp, thank...

    Yesss, i got it to work by using strcmp, thank you so much for the help :)
  3. Replies
    5
    Views
    13,106

    Very simple dice game

    #include <stdio.h>
    #include <stdlib.h>
    #include <ctype.h>
    #include <string.h>
    #include <math.h>




    int main() {
Results 1 to 3 of 3