Search:

Type: Posts; User: SDH

Search: Search took 0.00 seconds.

  1. Replies
    15
    Views
    1,815

    Thanks for your advice inbetween posting and...

    Thanks for your advice inbetween posting and reading your post I have managed to solve my problem! Thank you very much for the time you have put in helping me out! how would go about setting it up...
  2. Replies
    15
    Views
    1,815

    Just to help you I think has something to do with...

    Just to help you I think has something to do with this part of the code,
    for (c = 0; c < n; c++) { scanf(" %c %c ", &array[c], &array1[c]); because if i alter the %c the output will change.
  3. Replies
    15
    Views
    1,815

    This is the version that will not work on the...

    This is the version that will not work on the online compiler. What ever the input it alwaysgives an output of 'Four of a kind'. Have I got the way it displays the hand set up correctly.

    I would...
  4. Replies
    15
    Views
    1,815

    I have run my code on the compiler you gave me to...

    I have run my code on the compiler you gave me to into the link. But any ideas of why my code still wont work? I'm stuck for ideas now
  5. Replies
    15
    Views
    1,815

    AndiPersti - that is possible thanks, any that...

    AndiPersti - that is possible thanks, any that you would recommend?
    c99tutorial - thank you very much for helping me lay it out in the correct format. And for also pointing out the problem with the...
  6. Replies
    15
    Views
    1,815

    I am so very close to it working now, I think I...

    I am so very close to it working now, I think I have sorted out the curly brace issue, correct me if I am wrong though ( will post code in a minute ). However I still am unable to get it to...
  7. Replies
    15
    Views
    1,815

    THanks for your help, I have to use an in browser...

    THanks for your help, I have to use an in browser IDE - one the university told me to use. I am still a bit stuck with the curly braces and where it should, have been looking at it and playing around...
  8. Replies
    15
    Views
    1,815

    Having trouble with variable types

    As some of you are aware I am trying to make a program to make a code that will read 10 characters and from there display numerous outputs depending on what characters are present.

    I have...
Results 1 to 8 of 8