j
k
j a
j l
Oleg Fedtchenko wrote:
Is it possible to implement the next example using global functions as specified above? class D { private: WORD m_wData; public: D(){ m_wData = 0;} virtual shared_ptr<WORD> GetData( shared_ptr<D> this_ )
Is it possible to implement the next example using global functions as specified above?
class D { private: WORD m_wData; public: D(){ m_wData = 0;}
virtual shared_ptr<WORD> GetData( shared_ptr<D> this_ )
No.
Back to the thread
Back to the list