User profile: DJOGUREC

User info
User name:DJOGUREC
History
Joined:
Number of posts:4
Latest posts:

C++ classes and inheritance
It works all fine but i need the line 21 to stay. Is there any other option? And why the plus value ...

C++ classes and inheritance
Thank you for your help! changing to protected fixes it.

C++ classes and inheritance
Does not work if i remove it i get ( 'int ClassA::plus' is private ) error is there a way to fix it ...

C++ classes and inheritance
Why in void ClassB::count() the ++plus does not work? Can someone explain please. And how would be t...