Click here to Skip to main content
15,885,244 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Do loop while waiting for a component event Pin
Stuart Dootson17-Apr-09 8:48
professionalStuart Dootson17-Apr-09 8:48 
GeneralRe: Do loop while waiting for a component event Pin
digitalni17-Apr-09 9:20
digitalni17-Apr-09 9:20 
GeneralRe: Do loop while waiting for a component event Pin
Stuart Dootson17-Apr-09 9:35
professionalStuart Dootson17-Apr-09 9:35 
QuestionBaes/Derived Class Question Pin
ForNow17-Apr-09 7:04
ForNow17-Apr-09 7:04 
AnswerRe: Baes/Derived Class Question Pin
CPallini17-Apr-09 7:11
mveCPallini17-Apr-09 7:11 
AnswerRe: Baes/Derived Class Question Pin
led mike17-Apr-09 7:21
led mike17-Apr-09 7:21 
GeneralRe: Baes/Derived Class Question Pin
ForNow17-Apr-09 12:32
ForNow17-Apr-09 12:32 
GeneralRe: Baes/Derived Class Question Pin
ForNow18-Apr-09 15:38
ForNow18-Apr-09 15:38 
Hi,

Sorry for delayed response...( as I Sabbath Observing jew)

The Book I am using to teach me C++ programming Language 3rd Edition

By Bjarne Stroustrup


I re-read chap 10 (classes) 12 (derived Classes) and 15 (Class

Heriachies)

In 10.4.6 "Class Objects as Members" there is an example of Nested

classes the autor explains using the example in The Book

class Club
{
string name;
Table members;
Table officers;
Date founded;

that in the above example the Class Club gets contructed first
and then each of the other classes in the order they (the classes)
are declared in the consturcter

in which case the refereced class gets constructed

In derived Classes the Base always gets initilized first



Hope I am doing better and thankx
QuestionCreating Global Objects Pin
ForNow17-Apr-09 6:58
ForNow17-Apr-09 6:58 
AnswerRe: Creating Global Objects Pin
CPallini17-Apr-09 7:07
mveCPallini17-Apr-09 7:07 
GeneralRe: Creating Global Objects Pin
ForNow17-Apr-09 12:28
ForNow17-Apr-09 12:28 
AnswerRe: Creating Global Objects Pin
led mike17-Apr-09 7:19
led mike17-Apr-09 7:19 
GeneralRe: Creating Global Objects Pin
ForNow18-Apr-09 15:42
ForNow18-Apr-09 15:42 
AnswerRe: Creating Global Objects Pin
Stuart Dootson17-Apr-09 9:01
professionalStuart Dootson17-Apr-09 9:01 
GeneralRe: Creating Global Objects Pin
CPallini17-Apr-09 9:12
mveCPallini17-Apr-09 9:12 
QuestionV-tables Pin
0x3c017-Apr-09 4:49
0x3c017-Apr-09 4:49 
AnswerRe: V-tables Pin
led mike17-Apr-09 5:49
led mike17-Apr-09 5:49 
GeneralRe: V-tables [modified] Pin
0x3c017-Apr-09 6:48
0x3c017-Apr-09 6:48 
GeneralRe: V-tables Pin
led mike17-Apr-09 7:02
led mike17-Apr-09 7:02 
GeneralRe: V-tables Pin
0x3c018-Apr-09 6:01
0x3c018-Apr-09 6:01 
GeneralRe: V-tables Pin
led mike21-Apr-09 12:01
led mike21-Apr-09 12:01 
GeneralRe: V-tables Pin
0x3c022-Apr-09 6:26
0x3c022-Apr-09 6:26 
GeneralRe: V-tables Pin
led mike23-Apr-09 4:41
led mike23-Apr-09 4:41 
GeneralRe: V-tables Pin
0x3c023-Apr-09 5:15
0x3c023-Apr-09 5:15 
QuestionSetting the default icon in the registry Pin
Like2Byte17-Apr-09 4:43
Like2Byte17-Apr-09 4:43 

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.