Click here to Skip to main content
15,888,521 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to change the Title(Caption) of Modal Dialog Box? Pin
Aescleal14-May-10 20:43
Aescleal14-May-10 20:43 
QuestionRun time error Pin
john563212-May-10 3:43
john563212-May-10 3:43 
AnswerRe: Run time error Pin
Cedric Moonen12-May-10 4:05
Cedric Moonen12-May-10 4:05 
GeneralRe: Run time error Pin
john563212-May-10 4:17
john563212-May-10 4:17 
QuestionSync with specific outlook folder Pin
IAmRami12-May-10 3:26
IAmRami12-May-10 3:26 
AnswerRe: Sync with specific outlook folder - solution!!! Pin
IAmRami12-May-10 3:54
IAmRami12-May-10 3:54 
Questionmfc42u.pdb 'does not match' Pin
VictorSotnikov12-May-10 3:17
VictorSotnikov12-May-10 3:17 
QuestionObject layout of the Virtual Base class. Pin
nokia111012-May-10 2:53
nokia111012-May-10 2:53 
For Resolving the diamond ring problem we derived the base class as a virtual. Then what are the size of following class:

Class Base
{
public:
virtual void Play();
}

Class Derived : public virtual Base
{
public:
virtual void Play();
}

Class Derived1 : public virtual Base
{
public:
virtual void Play();
}

Class Derived2 : public Derived,Derived2
{
public:
void Play();
}

Now question is Sizeof(Base) = ?? and why??
Sizeof(Derived1) = ?? and why??
Sizeof(Derived2) = ?? and why??
Sizeof(Derived3) = ?? and why??

What are the object layouts??
AnswerRe: Object layout of the Virtual Base class. Pin
CPallini12-May-10 3:09
mveCPallini12-May-10 3:09 
QuestionLoad PNG Images Pin
AbhiHcl12-May-10 2:36
AbhiHcl12-May-10 2:36 
AnswerRe: Load PNG Images Pin
Nuri Ismail12-May-10 3:00
Nuri Ismail12-May-10 3:00 
GeneralRe: Load PNG Images Pin
AbhiHcl12-May-10 3:17
AbhiHcl12-May-10 3:17 
GeneralRe: Load PNG Images Pin
AbhiHcl12-May-10 3:22
AbhiHcl12-May-10 3:22 
QuestionRe: Load PNG Images Pin
Nuri Ismail12-May-10 3:37
Nuri Ismail12-May-10 3:37 
AnswerRe: Load PNG Images Pin
AbhiHcl12-May-10 3:42
AbhiHcl12-May-10 3:42 
AnswerRe: Load PNG Images Pin
Nuri Ismail12-May-10 3:56
Nuri Ismail12-May-10 3:56 
QuestionHow to find the average, worst complexity of a code Pin
janani1312-May-10 2:32
janani1312-May-10 2:32 
QuestionRe: How to find the average, worst complexity of a code Pin
David Crow12-May-10 2:41
David Crow12-May-10 2:41 
AnswerRe: How to find the average, worst complexity of a code Pin
Radhakrishnan G.12-May-10 2:52
Radhakrishnan G.12-May-10 2:52 
GeneralRe: How to find the average, worst complexity of a code Pin
janani1312-May-10 2:55
janani1312-May-10 2:55 
GeneralRe: How to find the average, worst complexity of a code Pin
Maximilien12-May-10 3:17
Maximilien12-May-10 3:17 
GeneralRe: How to find the average, worst complexity of a code Pin
Radhakrishnan G.12-May-10 23:52
Radhakrishnan G.12-May-10 23:52 
Questionav_open_input_file Pin
gmallax12-May-10 2:24
gmallax12-May-10 2:24 
AnswerRe: av_open_input_file Pin
Richard MacCutchan12-May-10 4:48
mveRichard MacCutchan12-May-10 4:48 
AnswerRe: av_open_input_file Pin
sashoalm12-May-10 5:09
sashoalm12-May-10 5:09 

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.