Search:

Type: Posts; User: Karim Bissar

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    2,258

    Hey guys, thanks for your help but I've decided...

    Hey guys, thanks for your help but I've decided to start from scratch because I got damn confused with the linked lists


    #include <stdio.h>
    #include <stdlib.h>
    #include <string.h>
    #include...
  2. Replies
    6
    Views
    2,258

    #include #include #include...

    #include <stdio.h>
    #include <stdlib.h>
    #include <string.h>

    void menu();
    void menuChoice(int choice);

    struct Player
    {
    char player_name[50];
  3. Replies
    6
    Views
    2,258

    Blackjack in C [Need help]

    Hello guys,
    First of all I just wanna say... Yes, I have used the search function and, no I didn't find the answer I was looking for.

    I have a project due in a week or so, I have to code a...
Results 1 to 3 of 3