cunundrummer / BlackJack

For learning c++
0 stars 0 forks source link

Get rid of deck pointer in game #11

Closed cunundrummer closed 8 years ago

cunundrummer commented 8 years ago

game.getDeck() seems to make things more complex then it is.

cunundrummer commented 8 years ago

Implemented copy assignment in deck class.