Forums before death by AOL, social media and spammers... "We can't have nice things"
|    comp.lang.c++.moderated    |    Moderated discussion of C++ superhackery    |    33,346 messages    |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
|    Message 32,873 of 33,346    |
|    omveer to All    |
|    Virtual base class and friend    |
|    28 Feb 13 00:02:06    |
   
   From: omveer.chaudhary@googlemail.com   
      
   Hi,   
      
   I'm trying below scenario:   
   class xx   
   {   
    xx(){}   
    friend class yy;   
   };   
      
   class yy: virtual public xx   
   {   
   public:   
    yy(){}   
   };   
      
   class zz:public yy   
   {   
   public:   
   };   
      
   Q1: It doesn't work with ZZ obj; Please help me understanding it.   
      
   class xx   
   {   
    xx(){}   
    friend class yy;   
   };   
      
   class yy: public xx   
   {   
   public:   
    yy(){}   
   };   
      
   class zz:public yy   
   {   
   public:   
   };   
      
   Q2: After removing virtual, it works for zz obj;. Why and how?   
      
   Thanks in advance.   
      
   Regards   
      
      
   --   
    [ See http://www.gotw.ca/resources/clcm.htm for info about ]   
    [ comp.lang.c++.moderated. First time posters: Do this! ]   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   
|
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
(c) 1994, bbs@darkrealms.ca