I thought member functions of a class are supposed to be able to access all members of that class, regardless of whether those said members are private or not?
Why then when I try to return a value from a member function of a class which returns a value of a private member of that class, my compiler complains its private??