Click here to Skip to main content
15,897,371 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: System information Pin
David Crow23-May-05 2:31
David Crow23-May-05 2:31 
GeneralVirtual Function and Vtable Pin
Neelesh K J Jain22-May-05 18:56
Neelesh K J Jain22-May-05 18:56 
GeneralRe: Virtual Function and Vtable Pin
Ryan Binns22-May-05 19:00
Ryan Binns22-May-05 19:00 
GeneralRe: Virtual Function and Vtable Pin
Nilesh K.22-May-05 19:09
Nilesh K.22-May-05 19:09 
GeneralRe: Virtual Function and Vtable Pin
ThatsAlok22-May-05 19:27
ThatsAlok22-May-05 19:27 
GeneralRe: Virtual Function and Vtable Pin
Neelesh K J Jain22-May-05 19:47
Neelesh K J Jain22-May-05 19:47 
GeneralRe: Virtual Function and Vtable Pin
ThatsAlok22-May-05 19:57
ThatsAlok22-May-05 19:57 
GeneralRe: Virtual Function and Vtable Pin
«_Superman_»22-May-05 23:39
professional«_Superman_»22-May-05 23:39 
The interviewer probably wanted you to talk about the novtable attribute.

This attribute is microsoft specific and is declared in front of the class name as __declspec(novtable).

Giving this will not put the code in the constructor of the class to initialize the virtual table pointer of the class. But the virtual table will still be created.

« Superman »
GeneralRe: Virtual Function and Vtable Pin
cmk23-May-05 1:28
cmk23-May-05 1:28 
General<preprocessor command must start as first nonwhite space > Pin
white jungle22-May-05 18:35
white jungle22-May-05 18:35 
GeneralRe: <preprocessor command must start as first nonwhite space > Pin
ThatsAlok22-May-05 18:53
ThatsAlok22-May-05 18:53 
GeneralRe: <preprocessor command must start as first nonwhite space > Pin
Ryan Binns22-May-05 18:59
Ryan Binns22-May-05 18:59 
GeneralRe: <preprocessor command must start as first nonwhite space > Pin
white jungle22-May-05 19:05
white jungle22-May-05 19:05 
GeneralRe: <preprocessor command must start as first nonwhite space > Pin
Christian Graus22-May-05 19:12
protectorChristian Graus22-May-05 19:12 
GeneralRe: <preprocessor command must start as first nonwhite space > Pin
toxcct22-May-05 20:31
toxcct22-May-05 20:31 
GeneralRe: <preprocessor command must start as first nonwhite space > Pin
David Crow23-May-05 2:33
David Crow23-May-05 2:33 
GeneralSendKeyt Pin
Member 46884422-May-05 17:55
Member 46884422-May-05 17:55 
GeneralRe: SendKeyt Pin
ThatsAlok22-May-05 18:40
ThatsAlok22-May-05 18:40 
GeneralMap Network Driver Pin
shangguancheng22-May-05 16:09
shangguancheng22-May-05 16:09 
GeneralEnum Typedefs in constructor Pin
donaldGuy22-May-05 10:06
donaldGuy22-May-05 10:06 
GeneralRe: Enum Typedefs in constructor Pin
Johnny ²22-May-05 11:12
Johnny ²22-May-05 11:12 
GeneralRe: Enum Typedefs in constructor Pin
donaldGuy22-May-05 14:40
donaldGuy22-May-05 14:40 
GeneralRe: Enum Typedefs in constructor Pin
Jack Puppy22-May-05 17:04
Jack Puppy22-May-05 17:04 
GeneralKill a dialog Pin
Gurra_Koo22-May-05 7:31
Gurra_Koo22-May-05 7:31 
GeneralRe: Kill a dialog Pin
Anonymous22-May-05 19:03
Anonymous22-May-05 19:03 

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.