Search:

Type: Posts; User: Moreander

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    4,177

    The empty "" for both arrays is unnecessary. ...

    The empty "" for both arrays is unnecessary.

    You can avoid it by using:

    cout << "Card: " << cardvalue[i-1] << cardsuit[j-1] << endl; // just so there's no confusion, do not change anything...
  2. Replies
    7
    Views
    4,177

    There are several other problems with this code...

    There are several other problems with this code besides not giving you random cards.
    Maybe you are aware of these issues and they're just caused by carelessness (doing things too quickly or...
Results 1 to 2 of 2