Program unexpectedly ends after function@freddy Thanks. That line of code didn't occur to me, because it worked well in my other projects. ...
Program unexpectedly ends after functionI am studying Object-Oriented Programming Using C++ (Fourth Edition) by Joyce Farrell and I'm curren...
War Card Game - Shuffling a deckI don't remember what stdafx is. In the cards.cpp is just the 52 cards all in one constant array of...
War Card Game - Shuffling a deckI got it working! Well, after struggling with random_shuffle, I decided to go back to my original c...
War Card Game - Shuffling a deckI don't know anything about vector arrays, if that's what you're getting at. EDIT: My class is ab...