C++ classes and inheritanceIt works all fine but i need the line 21 to stay. Is there any other option? And why the plus value ...
C++ classes and inheritanceThank you for your help! changing to protected fixes it.
C++ classes and inheritanceDoes not work if i remove it i get ( 'int ClassA::plus' is private ) error is there a way to fix it ...
C++ classes and inheritanceWhy in void ClassB::count() the ++plus does not work? Can someone explain please. And how would be t...