User profile: konoza

User info
User name:konoza
History
Joined:
Number of posts:3
Latest posts:

Exam Revision
Making the constructor protected, means that this class cannot be instantiated unless by a friend cl...

Exam Revision
[code] class Shape { protected: Shape(); public: int getShapeNumber() const; private: ...

Difference between these functions.
Can you help me understand the difference between setx, sety, and setz functions please. I am especi...