User profile: ChapDeLavren

User info
User name:ChapDeLavren
Old user name:ChapLeDevine
History
Joined:
Number of posts:10
Latest posts:

Blackjack: Issues with repeating integers in array
AbstrationAnon 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 array
jonnin [quote]the size can be determined at run-time[/quote] so you're saying the express purpose of...

Blackjack: Issues with repeating integers in array
This is the code and output with no repeats btw: [code] #include <iostream> //for std::cout #includ...

Blackjack: Issues with repeating integers in array
Abstraction Anon Also, as you have pointed out, doing the following:[code] card* gameDeck = new...

Blackjack: Issues with repeating integers in array
AbstractionAnon [quote] When you allocate only one card, then index through 26 or 52 entries that do...