Click here to Skip to main content
15,895,142 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: SOCKET MESSAGES Pin
led mike14-Jul-06 6:09
led mike14-Jul-06 6:09 
Questiondoubt on Activex control Pin
sunita ramesh14-Jul-06 0:34
sunita ramesh14-Jul-06 0:34 
QuestionRe: doubt on Activex control Pin
David Crow14-Jul-06 2:31
David Crow14-Jul-06 2:31 
AnswerRe: doubt on Activex control Pin
sunita ramesh15-Jul-06 1:06
sunita ramesh15-Jul-06 1:06 
AnswerRe: doubt on Activex control Pin
Zac Howland14-Jul-06 5:56
Zac Howland14-Jul-06 5:56 
GeneralRe: doubt on Activex control Pin
sunita ramesh15-Jul-06 1:23
sunita ramesh15-Jul-06 1:23 
AnswerRe: doubt on Activex control Pin
Hamid_RT14-Jul-06 8:14
Hamid_RT14-Jul-06 8:14 
Questionvtable Table for CLASS [modified] Pin
AmarnathSujji14-Jul-06 0:33
AmarnathSujji14-Jul-06 0:33 
Hi,

If I have classes like this
class A
{
virtual void fun();
void gun(int);
int i, j;
}
class B : public A
{
virtual void fun1();
virtual void fun();
void gun(int);
virtual void run(int);
int i, j;
}

main()
{
A a;
B b;
}


Now how many vtable will create here.

-- modified at 2:17 Monday 17th July, 2006
AnswerRe: vtable Table for CLASS Pin
_AnsHUMAN_ 14-Jul-06 1:18
_AnsHUMAN_ 14-Jul-06 1:18 
GeneralRe: vtable Table for CLASS Pin
Sarvan AL14-Jul-06 1:38
Sarvan AL14-Jul-06 1:38 
GeneralRe: vtable Table for CLASS Pin
Stephen Hewitt14-Jul-06 2:30
Stephen Hewitt14-Jul-06 2:30 
Questionclose all child windows in MDI Pin
zeus_master13-Jul-06 23:48
zeus_master13-Jul-06 23:48 
AnswerRe: close all child windows in MDI Pin
Farhat Aisha14-Jul-06 0:03
Farhat Aisha14-Jul-06 0:03 
QuestionResizing an image to a Thumbnail Pin
racing5713-Jul-06 23:42
racing5713-Jul-06 23:42 
AnswerRe: Resizing an image to a Thumbnail Pin
Farhat Aisha14-Jul-06 0:18
Farhat Aisha14-Jul-06 0:18 
AnswerRe: Resizing an image to a Thumbnail Pin
Hamid_RT14-Jul-06 1:21
Hamid_RT14-Jul-06 1:21 
QuestionMessageBox Without any Button Pin
Manjunath S13-Jul-06 23:39
Manjunath S13-Jul-06 23:39 
AnswerRe: MessageBox Without any Button Pin
zeus_master13-Jul-06 23:44
zeus_master13-Jul-06 23:44 
AnswerRe: MessageBox Without any Button Pin
Aqueel14-Jul-06 1:06
Aqueel14-Jul-06 1:06 
AnswerRe: MessageBox Without any Button Pin
Hamid_RT14-Jul-06 1:22
Hamid_RT14-Jul-06 1:22 
AnswerRe: MessageBox Without any Button Pin
David Crow14-Jul-06 2:34
David Crow14-Jul-06 2:34 
Questionhow can list box display other language? Pin
mimimimilaw13-Jul-06 23:09
mimimimilaw13-Jul-06 23:09 
AnswerRe: how can list box display other language? Pin
Maxwell Chen13-Jul-06 23:39
Maxwell Chen13-Jul-06 23:39 
AnswerRe: how can list box display other language? Pin
eusto14-Jul-06 0:05
eusto14-Jul-06 0:05 
AnswerRe: how can list box display other language? Pin
Hamid_RT14-Jul-06 1:30
Hamid_RT14-Jul-06 1:30 

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.