I'm trying to make a card creation and shuffling program in my C++ class, and I'm having a lot of trouble coming up with how the structs interact with one another. For instance, in the for loop that I have, I tend to get an error of C2274 on the line where the enum is taken into account.
// cardGame.cpp : Defines the entry point for the console application.
//