User: Raioner

  • Public profile

User profile: Raioner

User info
User name:Raioner
History
Joined:
Number of posts:16
Latest posts:

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 classes
How 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