Assume this class:
Is there a way to specifically call one of those methods, like calling the non-const method though the const-version would work too? (normally const-methods are prefered over non-const)Code:class B; class C { public: B* Get(); const B* Get() const; };



LinkBack URL
About LinkBacks



).