Search:

Type: Posts; User: Newwisdom01

Search: Search took 0.01 seconds.

  1. I'll have to look up how to do that in...

    I'll have to look up how to do that in CodeBlocks. Now I added a bit of code in there as follows:

    if(win != 1) { if(rollScore != 0) {
    char yes_no;
    printf("Would you like to roll ");...
  2. *EDIT* Okay, so I've found that by using...

    *EDIT* Okay, so I've found that by using "getch()" instead of "getchar()", it will wait for the user to press enter before continuing on. I've also found out that I haven't been having it properly...
  3. Greed Game Problem - Hang Up In The Middle of a Function

    Hello everyone,

    I'm having a bit of trouble with my code following through with the rest of a particular function. I've done some printf tests throughout and am finding that it doesn't seem to be...
Results 1 to 3 of 4