User profile: helpmeplease

User info
User name:helpmeplease
History
Joined:
Number of posts:11
Latest posts:

Help with unit testing
1) What class libraries are available to assist with unit testing? 2) How are these classes adopted...

Please Help with overriding a string return type
Thanks CodeGoggles. I understand it now. Using virtual, a sub class may overwrite it else it will us...

Please Help with overriding a string return type
I am following a class diagram. In it toString is not virtual in the card class.

Please Help with overriding a string return type
How can I override tostring() function? I want to say when sub class fail to override then parent cl...

Please help with cin multiple inputs seperatted by a comma
Thanks Chervil now I know what was causing the problem it was the switch statement. I can use "-1" a...