You have a std::vector
called bigDeck
and in DealQCard
you attempt to access its 0th element, despite the fact it has no elements. Did you mean to put some cards in bigDeck
?
You have a std::vector
called bigDeck
and in DealQCard
you attempt to access its 0th element, despite the fact it has no elements. Did you mean to put some cards in bigDeck
?