Class bool equals()[code]bool equals (CardType a); { cout<<"running equals"<<endl; if (rank == a.rank && suit == ...
Class bool equals()So [code]bool equals() { if (rank == a.setcard(int) ) { cout<<"returned true"<<endl; return...
Class bool equals()I hit the solved button and didn't know if people could still respond sorry.
Class bool equals()Hello everyone, I can't seem to figure out how to see if two of my cards are equal to each other in ...
Problem with passing data in classesHow would I go about creating the equals() method? I made another CardType under CardType a; I'm jus...
This user does not accept Private Messages