Click here to Skip to main content
15,905,683 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Is explorer no longer hookable? Pin
Randor 30-Apr-10 6:01
professional Randor 30-Apr-10 6:01 
GeneralRe: Is explorer no longer hookable? Pin
Code-o-mat30-Apr-10 23:09
Code-o-mat30-Apr-10 23:09 
QuestionHow to make a derived CEdit more perfect? Pin
whiteclouds27-Apr-10 22:49
whiteclouds27-Apr-10 22:49 
AnswerRe: How to make a derived CEdit more perfect? Pin
Eugen Podsypalnikov28-Apr-10 1:48
Eugen Podsypalnikov28-Apr-10 1:48 
GeneralRe: How to make a derived CEdit more perfect? Pin
whiteclouds28-Apr-10 2:06
whiteclouds28-Apr-10 2:06 
GeneralRe: How to make a derived CEdit more perfect? Pin
Eugen Podsypalnikov28-Apr-10 2:14
Eugen Podsypalnikov28-Apr-10 2:14 
GeneralRe: How to make a derived CEdit more perfect? Pin
whiteclouds28-Apr-10 16:39
whiteclouds28-Apr-10 16:39 
GeneralRe: How to make a derived CEdit more perfect? Pin
Eugen Podsypalnikov28-Apr-10 20:00
Eugen Podsypalnikov28-Apr-10 20:00 
GeneralRe: How to make a derived CEdit more perfect? Pin
whiteclouds28-Apr-10 20:20
whiteclouds28-Apr-10 20:20 
GeneralRe: How to make a derived CEdit more perfect? Pin
Eugen Podsypalnikov28-Apr-10 20:31
Eugen Podsypalnikov28-Apr-10 20:31 
GeneralRe: How to make a derived CEdit more perfect? Pin
whiteclouds29-Apr-10 1:42
whiteclouds29-Apr-10 1:42 
QuestionCEGUI related issues Pin
pointSX201027-Apr-10 21:33
pointSX201027-Apr-10 21:33 
AnswerRe: CEGUI related issues Pin
hanq_3891013027-Apr-10 21:50
hanq_3891013027-Apr-10 21:50 
GeneralRe: CEGUI related issues Pin
pointSX201028-Apr-10 15:41
pointSX201028-Apr-10 15:41 
AnswerRe: CEGUI related issues Pin
Eugen Podsypalnikov28-Apr-10 1:33
Eugen Podsypalnikov28-Apr-10 1:33 
GeneralRe: CEGUI related issues Pin
pointSX201028-Apr-10 15:48
pointSX201028-Apr-10 15:48 
QuestionHow does this template work Pin
AkashAg27-Apr-10 20:39
AkashAg27-Apr-10 20:39 
AnswerRe: How does this template work PinPopular
Cedric Moonen27-Apr-10 20:48
Cedric Moonen27-Apr-10 20:48 
AnswerRe: How does this template work Pin
CPallini27-Apr-10 20:48
mveCPallini27-Apr-10 20:48 
GeneralRe: How does this template work Pin
AkashAg27-Apr-10 21:13
AkashAg27-Apr-10 21:13 
GeneralRe: How does this template work [modified] Pin
CPallini27-Apr-10 21:18
mveCPallini27-Apr-10 21:18 
GeneralRe: How does this template work Pin
Cedric Moonen27-Apr-10 21:28
Cedric Moonen27-Apr-10 21:28 
Yes, as I said earlier a class method is similar as a global method (so, there is one single function even if there are mutliple instances of the class or even no instance at all). When the method is called, the address of the instance on which the function is called is passed to the function (the 'this' pointer). This means that as long as you don't access any variables of the class, you can perfectly call the function even if the instance is NULL.
Cédric Moonen
Software developer

Charting control [v3.0]
OpenGL game tutorial in C++

GeneralRe: How does this template work PinPopular
Emilio Garavaglia28-Apr-10 1:47
Emilio Garavaglia28-Apr-10 1:47 
GeneralRe: How does this template work Pin
Cedric Moonen28-Apr-10 1:52
Cedric Moonen28-Apr-10 1:52 
GeneralRe: How does this template work Pin
Richard MacCutchan28-Apr-10 3:40
mveRichard MacCutchan28-Apr-10 3:40 

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.