Search:

Type: Posts; User: datait

Search: Search took 0.00 seconds.

  1. Thread: replacement

    by datait
    Replies
    6
    Views
    1,449

    to putchar(text[j+1]); even

    to


    putchar(text[j+1]);

    even
  2. Thread: replacement

    by datait
    Replies
    6
    Views
    1,449

    Hm, well we check if the statement is true then...

    Hm, well we check if the statement is true then we check adress+1(after '.'), if we dont find ' ', we print ' '.
    Else we just print out whats on the current adress and continues? I have changed
    ...
  3. Thread: replacement

    by datait
    Replies
    6
    Views
    1,449

    replacement

    I want to check if there is a ' ' after every '?', '!', and '.'. If there isnt i shall correct it by putting a ' '.
    In this case it removes ? ! . instead and replaces it with a ' '. Cant find the...
  4. Replies
    3
    Views
    1,086

    hmm

    Well i need to get this play_again-function to work. Have same problem with another game..
    Just dont get it.. you cant use a while(true) and just return true or false from a function? i have tried...
  5. Replies
    3
    Views
    1,086

    have a look at this:)

    Ok.. is it ugly to use this kind of statements down here? Like, while,for,while, and if/else if. Can you do it some other way?. Oh btw, the number of rounds you want to play doesent work. Cant figure...
  6. Replies
    3
    Views
    1,073

    Just removed human=human_choice(human);...

    Just removed

    human=human_choice(human);
    computer=computer_choice(computer);

    from function "winner". Oh, i didnt know. I see that its nearly the same code. We have to code this game as an...
  7. Replies
    3
    Views
    1,073

    Help needed, going blind.

    Whats wrong here, getting wrong results from the game. Looks like things stay in stdin and produces wrong results. And also, you have too answer the question twice. As i see the code is flawless...
Results 1 to 7 of 7