Click here to Skip to main content
15,914,608 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Help me Pin
_AnsHUMAN_ 18-Sep-06 3:48
_AnsHUMAN_ 18-Sep-06 3:48 
GeneralI'm sorry but I'm stucked Pin
sonyama18-Sep-06 19:34
sonyama18-Sep-06 19:34 
QuestionCxstatic Pin
fx920018-Sep-06 0:39
fx920018-Sep-06 0:39 
AnswerRe: Cxstatic Pin
_AnsHUMAN_ 18-Sep-06 0:44
_AnsHUMAN_ 18-Sep-06 0:44 
AnswerRe: Cxstatic Pin
Hamid_RT19-Sep-06 8:58
Hamid_RT19-Sep-06 8:58 
QuestionNo of Vtables Pin
Krishnatv18-Sep-06 0:32
Krishnatv18-Sep-06 0:32 
AnswerRe: No of Vtables Pin
Stephen Hewitt18-Sep-06 0:37
Stephen Hewitt18-Sep-06 0:37 
AnswerRe: No of Vtables Pin
_AnsHUMAN_ 18-Sep-06 0:41
_AnsHUMAN_ 18-Sep-06 0:41 
The number of vtables created are one for the base class and one for each of the subsequent classes that are derived from the base class.
Suppose Base and Derived are two classes. Class Derived is derived from Base.
then there would be two virtual tables that would be created. It does not depend on the number of objects.

Somethings seem HARD to do, until we know how to do them.
Wink | ;-) _AnShUmAn_

GeneralRe: No of Vtables Pin
Krishnatv18-Sep-06 0:50
Krishnatv18-Sep-06 0:50 
GeneralRe: No of Vtables Pin
_AnsHUMAN_ 18-Sep-06 0:53
_AnsHUMAN_ 18-Sep-06 0:53 
GeneralRe: No of Vtables Pin
Krishnatv18-Sep-06 0:56
Krishnatv18-Sep-06 0:56 
GeneralRe: No of Vtables Pin
_AnsHUMAN_ 18-Sep-06 1:03
_AnsHUMAN_ 18-Sep-06 1:03 
GeneralRe: No of Vtables Pin
prasad_som18-Sep-06 2:15
prasad_som18-Sep-06 2:15 
GeneralRe: No of Vtables Pin
_AnsHUMAN_ 18-Sep-06 2:22
_AnsHUMAN_ 18-Sep-06 2:22 
GeneralRe: No of Vtables Pin
prasad_som18-Sep-06 3:09
prasad_som18-Sep-06 3:09 
GeneralRe: No of Vtables Pin
Prakash Nadar18-Sep-06 2:40
Prakash Nadar18-Sep-06 2:40 
QuestionStack Overflow Pin
vijay_aroli18-Sep-06 0:22
vijay_aroli18-Sep-06 0:22 
AnswerRe: Stack Overflow Pin
toxcct18-Sep-06 0:24
toxcct18-Sep-06 0:24 
AnswerRe: Stack Overflow Pin
Stephen Hewitt18-Sep-06 0:26
Stephen Hewitt18-Sep-06 0:26 
QuestionRe: Stack Overflow [modified] Pin
vijay_aroli18-Sep-06 0:50
vijay_aroli18-Sep-06 0:50 
AnswerRe: Stack Overflow Pin
Anilkumar K V18-Sep-06 1:24
Anilkumar K V18-Sep-06 1:24 
QuestionRe: Stack Overflow Pin
David Crow18-Sep-06 5:15
David Crow18-Sep-06 5:15 
QuestionHow to hide a cmd window in a win32 Console App? Pin
sir_moreno17-Sep-06 23:51
sir_moreno17-Sep-06 23:51 
AnswerRe: How to hide a cmd window in a win32 Console App? Pin
Nibu babu thomas17-Sep-06 23:56
Nibu babu thomas17-Sep-06 23:56 
GeneralRe: How to hide a cmd window in a win32 Console App? Pin
sir_moreno18-Sep-06 0:09
sir_moreno18-Sep-06 0: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.