is it necessary to include base class in the header and or .cpp file of derived class?

Mar 28, 2013 at 2:34pm
...
Mar 28, 2013 at 2:48pm
Is there any harm if you include it ?
Mar 28, 2013 at 2:48pm
you could try this :)
Mar 28, 2013 at 2:50pm
Is there any harm if you include it ?

lol :)
Mar 28, 2013 at 2:53pm
stick the include in the header
Mar 28, 2013 at 2:54pm
I think in .cpp of derived class, it's not necessary, and in header file of derived class it's mandatory to include header file of base class.
Topic archived. No new replies allowed.