Click here to Skip to main content
15,911,891 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: close dialog? Pin
Larsson21-Oct-04 21:05
Larsson21-Oct-04 21:05 
GeneralRe: close dialog? Pin
Larsson21-Oct-04 21:07
Larsson21-Oct-04 21:07 
GeneralRe: close dialog? Pin
V.21-Oct-04 21:27
professionalV.21-Oct-04 21:27 
GeneralRe: close dialog? Pin
Larsson21-Oct-04 21:31
Larsson21-Oct-04 21:31 
GeneralC++ question. Pin
WREY21-Oct-04 20:16
WREY21-Oct-04 20:16 
GeneralRe: C++ question. Pin
Yulianto.21-Oct-04 22:04
Yulianto.21-Oct-04 22:04 
GeneralRe: C++ question. Pin
V.21-Oct-04 23:27
professionalV.21-Oct-04 23:27 
GeneralRe: C++ question. Pin
digwizfox22-Oct-04 11:05
digwizfox22-Oct-04 11:05 
Strange question. Every class has it's own constructor whether it is an ABC or not. In the case of ABCs, the derived classes must allow the user to supply the arguments for the base. When you instantiate an ABC through a derived class, the derived class constructor is called first and that constructor will will invoke the base class constructor. So let's say the base class requires a variable to be initialized. The derived class may not care about that variable (may not use it) but the derived class must provide the means in it's own constructor to get the input data and pass it along as an input argument to the base class constructor.

I don't really understand the context of your question so there is no way for me to know if anything I've said is applicable to what you are really asking. I just felt like typing I guess; I'm intrigued by the question. If you get a minute, please provide an example or examples of what you are talking about.
GeneralRe: C++ question. Pin
WREY22-Oct-04 13:46
WREY22-Oct-04 13:46 
GeneralRe: C++ question. Pin
digwizfox25-Oct-04 6:32
digwizfox25-Oct-04 6:32 
GeneralRe: C++ question. Pin
WREY25-Oct-04 7:31
WREY25-Oct-04 7:31 
GeneralReading Field Pin
picasso221-Oct-04 19:58
picasso221-Oct-04 19:58 
GeneralRe: Reading Field Pin
Yulianto.21-Oct-04 22:39
Yulianto.21-Oct-04 22:39 
GeneralRe: Reading Field Pin
David Crow22-Oct-04 4:44
David Crow22-Oct-04 4:44 
Generalusing SHBrowseForFolder Pin
includeh1021-Oct-04 19:53
includeh1021-Oct-04 19:53 
GeneralRe: using SHBrowseForFolder Pin
PJ Arends21-Oct-04 20:08
professionalPJ Arends21-Oct-04 20:08 
QuestionMFC and the MAIN method??? Pin
Anonymous21-Oct-04 19:38
Anonymous21-Oct-04 19:38 
AnswerRe: MFC and the MAIN method??? Pin
Phil J Pearson22-Oct-04 0:24
Phil J Pearson22-Oct-04 0:24 
AnswerRe: MFC and the MAIN method??? Pin
David Crow22-Oct-04 4:47
David Crow22-Oct-04 4:47 
GeneralRe: MFC and the MAIN method??? Pin
dharani26-Oct-04 22:53
dharani26-Oct-04 22:53 
GeneralRe: MFC and the MAIN method??? Pin
David Crow27-Oct-04 3:11
David Crow27-Oct-04 3:11 
Questionhow to create tab control Pin
vc-programmer-21-Oct-04 19:28
vc-programmer-21-Oct-04 19:28 
QuestionWhy I get a black screen while capturing screen? Pin
Guoguor21-Oct-04 17:35
Guoguor21-Oct-04 17:35 
AnswerRe: Why I get a black screen while capturing screen? Pin
YoSilver22-Oct-04 21:35
YoSilver22-Oct-04 21:35 
GeneralOnly Dialogbox getting popped up Pin
Raghunandan S21-Oct-04 17:34
Raghunandan S21-Oct-04 17:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.