Click here to Skip to main content
15,906,816 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how to dynamically access to a function or to its name? Pin
dabs23-Jun-07 10:37
dabs23-Jun-07 10:37 
GeneralRe: how to dynamically access to a function or to its name? Pin
Arris7423-Jun-07 10:51
Arris7423-Jun-07 10:51 
GeneralRe: how to dynamically access to a function or to its name? Pin
dabs23-Jun-07 15:38
dabs23-Jun-07 15:38 
Questionconversion function for midi to wave in MFC/VC++ 6.0 Pin
patelviral23-Jun-07 10:01
patelviral23-Jun-07 10:01 
QuestionAPI function to get the CPU load Pin
mbrezu223-Jun-07 8:55
mbrezu223-Jun-07 8:55 
AnswerRe: API function to get the CPU load Pin
Mike Dimmick24-Jun-07 12:34
Mike Dimmick24-Jun-07 12:34 
Questionvirtual functions Pin
tom groezer23-Jun-07 8:31
tom groezer23-Jun-07 8:31 
AnswerRe: virtual functions Pin
Mark Salsbery23-Jun-07 8:48
Mark Salsbery23-Jun-07 8:48 
tom groezer wrote:
Why does the virtual virt function is called on the base class and not on derived class?


Because in the base constructor, the object is only created to that point - there's still no
derived class constructed yet (Constructors are called in order from base to derived).

That's why you shouldn't make virtual calls from a constructor Smile | :)

Mark




"I'm the Dude. So that's what you call me. You know, that or, uh, His Dudeness, or uh, Duder, or El Duderino if you're not into the whole brevity thing." The Big Lebowski

QuestionDynamic resource file Pin
hariharask23-Jun-07 8:30
hariharask23-Jun-07 8:30 
AnswerRe: Dynamic resource file Pin
Mark Salsbery23-Jun-07 8:53
Mark Salsbery23-Jun-07 8:53 
GeneralRe: Dynamic resource file Pin
hariharask23-Jun-07 18:15
hariharask23-Jun-07 18:15 
GeneralRe: Dynamic resource file Pin
Mark Salsbery24-Jun-07 6:08
Mark Salsbery24-Jun-07 6:08 
QuestionProperty Page (Loading Data) Pin
DanYELL23-Jun-07 7:38
DanYELL23-Jun-07 7:38 
Question"True" topmost. e.g on top of game windows etc Pin
mosimo23-Jun-07 6:28
mosimo23-Jun-07 6:28 
AnswerRe: "True" topmost. e.g on top of game windows etc Pin
S Douglas23-Jun-07 22:15
professionalS Douglas23-Jun-07 22:15 
QuestionHow to capture a scrolling web page as an image file (bmp,jpeg, etc...) Pin
Atom23-Jun-07 6:26
Atom23-Jun-07 6:26 
QuestionAdding smart tee filter to the filter graph Pin
Maynka23-Jun-07 0:58
Maynka23-Jun-07 0:58 
QuestionReplacing RenderStream in DirectShow Pin
Maynka23-Jun-07 0:36
Maynka23-Jun-07 0:36 
AnswerRe: Replacing RenderStream in DirectShow Pin
Mark Salsbery23-Jun-07 10:46
Mark Salsbery23-Jun-07 10:46 
QuestionSingleton Pin
tom groezer22-Jun-07 23:16
tom groezer22-Jun-07 23:16 
AnswerRe: Singleton Pin
Iain Clarke, Warrior Programmer23-Jun-07 1:33
Iain Clarke, Warrior Programmer23-Jun-07 1:33 
AnswerRe: Singleton Pin
Arris7423-Jun-07 10:41
Arris7423-Jun-07 10:41 
QuestionEvent Handler For Dynamic Context Menu Pin
Neo.hack.net22-Jun-07 22:35
Neo.hack.net22-Jun-07 22:35 
AnswerRe: Event Handler For Dynamic Context Menu Pin
Hans Dietrich22-Jun-07 23:28
mentorHans Dietrich22-Jun-07 23:28 
AnswerRe: Event Handler For Dynamic Context Menu Pin
Iain Clarke, Warrior Programmer23-Jun-07 1:37
Iain Clarke, Warrior Programmer23-Jun-07 1:37 

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.