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

C / C++ / MFC

 
QuestionData Base data Insertion Problem (SOS..) [modified] Pin
Scorpio30-May-06 1:53
Scorpio30-May-06 1:53 
AnswerRe: Data Base data Insertion Problem (SOS..) [modified] Pin
Steve S30-May-06 4:05
Steve S30-May-06 4:05 
QuestionHow to find the number of lines compiled in C/C++? Pin
Balachander P30-May-06 1:53
Balachander P30-May-06 1:53 
AnswerRe: How to find the number of lines compiled in C/C++? Pin
Ștefan-Mihai MOGA30-May-06 3:08
professionalȘtefan-Mihai MOGA30-May-06 3:08 
AnswerRe: How to find the number of lines compiled in C/C++? Pin
toxcct30-May-06 3:23
toxcct30-May-06 3:23 
QuestionInheritance in C Pin
NiceNaidu30-May-06 1:50
NiceNaidu30-May-06 1:50 
AnswerRe: Inheritance in C Pin
Nemanja Trifunovic30-May-06 2:05
Nemanja Trifunovic30-May-06 2:05 
AnswerRe: Inheritance in C Pin
_AnsHUMAN_ 30-May-06 2:52
_AnsHUMAN_ 30-May-06 2:52 
<br />
typedef struct A<br />
{<br />
int a;<br />
char c;<br />
}A;<br />
<br />
typedef struct B:A<br />
{<br />
int bb;<br />
}B;<br />
<br />
int main()<br />
{<br />
printf("%d%d",sizeof(A),sizeof(B)); //I added //what's in bold<br />
}

and the output as:
8 12

Somethings seem HARD to do, until we know how to do them.
Wink | ;-)
_AnShUmAn_
GeneralRe: Inheritance in C Pin
toxcct30-May-06 3:02
toxcct30-May-06 3:02 
GeneralRe: Inheritance in C Pin
Roger Stoltz30-May-06 3:07
Roger Stoltz30-May-06 3:07 
AnswerRe: Inheritance in C Pin
Michael Dunn30-May-06 6:51
sitebuilderMichael Dunn30-May-06 6:51 
GeneralRe: Inheritance in C Pin
toxcct30-May-06 7:19
toxcct30-May-06 7:19 
GeneralRe: Inheritance in C Pin
NiceNaidu30-May-06 18:30
NiceNaidu30-May-06 18:30 
GeneralRe: Inheritance in C Pin
NiceNaidu30-May-06 18:32
NiceNaidu30-May-06 18:32 
GeneralRe: Inheritance in C Pin
toxcct30-May-06 21:37
toxcct30-May-06 21:37 
Questionwindows mobile 5.0 for pocket pc (How to start coding?) Pin
Ravi_wm530-May-06 1:41
Ravi_wm530-May-06 1:41 
AnswerWrapping text in CToolTipCtrl Pin
Sarath C30-May-06 1:35
Sarath C30-May-06 1:35 
GeneralRe: Wrapping text in CToolTipCtrl Pin
NiceNaidu30-May-06 1:45
NiceNaidu30-May-06 1:45 
Questionapi function hook/createfile,deletefile hook Pin
cnez30-May-06 1:05
cnez30-May-06 1:05 
QuestionActivex hWnd on CFormView Pin
dcwally30-May-06 0:47
dcwally30-May-06 0:47 
Questionconnecting to DB using ADO Pin
antonaras30-May-06 0:00
antonaras30-May-06 0:00 
AnswerRe: connecting to DB using ADO Pin
NiceNaidu30-May-06 0:31
NiceNaidu30-May-06 0:31 
GeneralRe: connecting to DB using ADO Pin
antonaras30-May-06 1:24
antonaras30-May-06 1:24 
AnswerRe: connecting to DB using ADO Pin
Hamid_RT30-May-06 4:00
Hamid_RT30-May-06 4:00 
GeneralRe: connecting to DB using ADO Pin
antonaras30-May-06 4:11
antonaras30-May-06 4:11 

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.