P
pauldepstein
Suppose Member is a member of a class called Class, and Function is a
function belonging to that class. Then, is there any reason to
write this->Member within Function? Surely, just writing Member
means the same thing and is clearer?
Thanks,
Paul Epstein
function belonging to that class. Then, is there any reason to
write this->Member within Function? Surely, just writing Member
means the same thing and is clearer?
Thanks,
Paul Epstein