Segmentation Fault (core dumped) C++

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?

Leave a Comment