Search:

Type: Posts; User: Kirilenko

Search: Search took 0.00 seconds.

  1. You have to handle the different cases directly....

    You have to handle the different cases directly. For example, you read your character c, and then:


    if it is \n, you move on the next player's turn;
    if it is q or Q, you quit;
    else, you...
  2. Replies
    32
    Views
    43,591

    Well, I'm sorry. I'm a new member; I will take...

    Well, I'm sorry. I'm a new member; I will take care about it next time. I will edit my answer (if it's possible).
  3. Replies
    32
    Views
    43,591

    Well, do you know how to use functions ? With a...

    Well, do you know how to use functions ? With a function-like macro, the behavior is the same : you need to call your macro with arguments. For example, to call your macro MAX2 in the macro MAX3, you...
Results 1 to 3 of 3