Search:

Type: Posts; User: hermancarson

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    2,920

    I can get the program to deal out the cards, but...

    I can get the program to deal out the cards, but I can't get it to determine the hand.
  2. Replies
    5
    Views
    2,920

    Why doesn't this poker C program work?

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

    void shuffle(int [][13]); //shuffle function prototype
    void deal(int [][13], char *[], char *[]); //deal function prototype

    void...
  3. Replies
    4
    Views
    1,231

    How do I right justify this?

    I want to turn this...

    **********
    *********
    ********
    *******
    ******
    *****
    ****
    ***
  4. Thanks.

    Thanks.
  5. Can an asterisk be stored in a data type?

    Can it be stored as an integer, character, etc.?
Results 1 to 5 of 5