I want to use protected member in a constructor of derived class, but I'm not able to use it. I have a class where I try to redirect the output to the standard or other stream. Here is my code. Redirection.hI want to use protected member in a constructor