Search:

Type: Posts; User: Osiris

Search: Search took 0.00 seconds.

  1. Replies
    113
    Views
    18,850

    paro, you were asking if there was a simpler way...

    paro,
    you were asking if there was a simpler way to make
    it so an ACE in blackjack can be worth 1 or 11,
    well i was thinking something like this, i hope
    it helps:

    ACE = 11
    SUM = the sum of...
  2. Thread: Array Problem

    by Osiris
    Replies
    6
    Views
    1,019

    ginoitalo is right, you'll have to use memory...

    ginoitalo is right, you'll have to use memory
    allocation but at the end of the program you'll have to delete it.
    ======================
    Declare :
    int *TestScores;
    int num; ...
Results 1 to 2 of 2