Re: MFC and c++ problems
- From: "Vipin [MVP]" <Vipin@xxxxxxxxxx>
- Date: Sun, 5 Feb 2006 01:16:34 +0530
You know, I am still wondering what you guys mean by this, because MFC
class wizard automatically passed a CWnd pointer to the constructor.
look CWnd is not passed to any of the controls constructor.
Which constructor are you talking about?Almost all of the controls are
derived from CWnd.
"Deriving from CWnd and passing explicitly to constructor are conceptually
two different things altogether."
If you mean the one in Create(...), it is just for setting up the
parent-child relationship for
the window. That has nothing to do with the constructors and so on.
--
Vipin Aravind
.
- References:
- MFC and c++ problems
- From: Benry
- Re: MFC and c++ problems
- From: Joseph M . Newcomer
- Re: MFC and c++ problems
- From: Ajay Kalra
- Re: MFC and c++ problems
- From: Joseph M . Newcomer
- Re: MFC and c++ problems
- From: Daniel James
- Re: MFC and c++ problems
- From: Benry
- MFC and c++ problems
- Prev by Date: Re: MFC and c++ problems
- Next by Date: Re: MFC and c++ problems
- Previous by thread: Re: MFC and c++ problems
- Next by thread: Re: MFC and c++ problems
- Index(es):
Relevant Pages
|