Blackjack: Issues with repeating integers in arrayAbstrationAnon Thank you, this clears things up quite a bit! do you know if there is a way to keep m...
Blackjack: Issues with repeating integers in arrayjonnin [quote]the size can be determined at run-time[/quote] so you're saying the express purpose of...
Blackjack: Issues with repeating integers in arrayThis is the code and output with no repeats btw: [code] #include <iostream> //for std::cout #includ...
Blackjack: Issues with repeating integers in arrayAbstraction Anon Also, as you have pointed out, doing the following:[code] card* gameDeck = new...
Blackjack: Issues with repeating integers in arrayAbstractionAnon [quote] When you allocate only one card, then index through 26 or 52 entries that do...