User profile: Patagon

This account has limited functionality.
This was likely due to the user being reported by not following some specific rules for a service in this website.
If you believe this to be an error, please use our Contact form
User info
User name:Patagon
History
Joined:
Number of posts:8
Latest posts:

Is there a way to inherit...
If you want to inherit, make all attributes and methods you want to inherit in the base class [code]...

convert from decimal to binary
[quote]I think you didn't see my code @Patagon[/quote] That is not true. [code]void Dec2Bin::conver...

Is there a way to inherit...
Why do you care if making an attribute public is dangerous or not? If that is the case, you can crea...

Cin Being Skipped
Can you please post your full code so that I can diagnose the problem.

press enter to continue
cin.ignore() is often used with cin.clear() to handle stream errors. However, cin.ignore() can be al...