Make a decision based on a 2d matrixSo, I'm making a Black jack simulator. I've generated the deck, shuffled it, dealt the cards, checke...
Passing and returning a vectorThanks once again. Regarding the single line method; this code is very simplified from what I'm work...
Passing and returning a vectorThanks, that did it! I didn't understand the difference between passing as reference and pass as val...
Passing and returning a vectorI'm trying to figure out how to pass vectors to be able to modify them in a subfunction. This is my ...
Best way to store a deck of cards? (Array, Vector or something else?)Thanks for your help guys! My deck is now residing inside a struct!
This user does not accept Private Messages