Initializing objects inside of constructors C++
I am new to C++ and cannot figure out this error I am getting. I have created a Card class that stores a suit and rank as an unsigned integer. I also have a Maingame class that runs multiple functions. I want to create 5 Card objects inside of my Maingame class, but I am… Read More Initializing objects inside of constructors C++