Create Hand from Deck class without creating new deck object each time a hand is made@thmm yeah, i have both a player and dealer class that do just that. [b]Player.h:[/b] [code]#ifnde...
Create Hand from Deck class without creating new deck object each time a hand is madethis is what i came up with: [code]#ifndef HAND_H #define HAND_H #include "Deck.h" class Hand{ ...
Create Hand from Deck class without creating new deck object each time a hand is made@Furry Guy thank you! much better
@jonnin i am a real person who needs real help with my questions. I am new to c++ and need all the h...
Create Hand from Deck class without creating new deck object each time a hand is madeI am creating a Black Jack card game. What I am trying to do is create a hand from a deck object wit...
This user does not accept Private Messages