User profile: shakib

User info
User name:shakib
Name:Shakib Moshfeghi
Location:Karlskrona
History
Joined:
Number of posts:20
Latest posts:

no instance of constructor matches the argument list
here is my Card.cpp [code] #include "Card.h" Card::Card() { Rank=Ace; Suit=Clubs; isFaceUp=true;...

no instance of constructor matches the argument list
I can understand you, it was a mistake in my code and I changed it, but the problem is not argument ...

no instance of constructor matches the argument list
Thank you but it doesn't say too few arguments.

no instance of constructor matches the argument list
while writing a code for Blackjack game in the function which makes a standard deck i am getting thi...

a value of type "" cannot be used to initialize an entity of type ""
Thank you very kindly, your answer is really helpful.