Search:

Type: Posts; User: BatteryLife

Search: Search took 0.02 seconds.

  1. Replies
    8
    Views
    3,581

    Thanks for the mess tip. I know I could use...

    Thanks for the mess tip. I know I could use functions, but teacher told me to do the game all in function int main(), thats why I do it the way I did. To solve my problem you think that I could do an...
  2. Replies
    8
    Views
    3,581

    I made some changes in my code and created an...

    I made some changes in my code and created an array to mark a card as deleted when chosen, but I don't think that is working at all and I don't know why (I have tried playing with 6 cards to see what...
  3. Replies
    8
    Views
    3,581

    system("pause")

    I put the system("pause") beacuse If I don't put here, for example:

    }else if (points_pc == 7.5){
    printf("The PC won");
    system("pause") ;
    }

    it reads the...
  4. Replies
    8
    Views
    3,581

    Need help with my code

    Hi, Im new here and also saw that you guys help people with similars codes like the one I have to do.
    Im trying to do a card game (user vs pc) where the first to get 7.5 points win. For that I...
Results 1 to 4 of 4