Click here to Skip to main content
15,896,726 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: calling a class member function in a seperate thread Pin
rupert_durans17-Oct-06 22:00
rupert_durans17-Oct-06 22:00 
GeneralRe: calling a class member function in a seperate thread Pin
Cedric Moonen17-Oct-06 22:08
Cedric Moonen17-Oct-06 22:08 
GeneralRe: calling a class member function in a seperate thread Pin
rupert_durans17-Oct-06 22:24
rupert_durans17-Oct-06 22:24 
GeneralRe: calling a class member function in a seperate thread Pin
Cedric Moonen17-Oct-06 22:30
Cedric Moonen17-Oct-06 22:30 
GeneralRe: calling a class member function in a seperate thread Pin
rupert_durans17-Oct-06 22:36
rupert_durans17-Oct-06 22:36 
GeneralRe: calling a class member function in a seperate thread Pin
Cedric Moonen17-Oct-06 22:46
Cedric Moonen17-Oct-06 22:46 
GeneralRe: calling a class member function in a seperate thread Pin
rupert_durans17-Oct-06 23:00
rupert_durans17-Oct-06 23:00 
GeneralRe: calling a class member function in a seperate thread Pin
Mark Salsbery18-Oct-06 6:11
Mark Salsbery18-Oct-06 6:11 
Cedric Moonen wrote:
You don't really 'create a pointer to the class instance'. What you have in fact is an instance of your class:

CMyClass Inst;


Here, Inst is an instance of CMyClass. The address of this class is obtained with the & operator:

CMyClass* pPointer = &Inst;


Hi Cédric,

Isn't "Inst" an instance of the class and "pPointer" a pointer to an instance of the class?

Wink | ;)

Mark
GeneralRe: calling a class member function in a seperate thread Pin
rupert_durans17-Oct-06 22:39
rupert_durans17-Oct-06 22:39 
GeneralRe: calling a class member function in a seperate thread Pin
rupert_durans17-Oct-06 22:40
rupert_durans17-Oct-06 22:40 
QuestionForce a program to get Unicode Pin
dSolariuM17-Oct-06 21:48
dSolariuM17-Oct-06 21:48 
AnswerRe: Force a program to get Unicode Pin
GDavy17-Oct-06 23:25
GDavy17-Oct-06 23:25 
AnswerRe: Force a program to get Unicode Pin
ThatsAlok18-Oct-06 5:09
ThatsAlok18-Oct-06 5:09 
QuestionHow to reduce the CPU Usage? Pin
willbin17-Oct-06 21:40
willbin17-Oct-06 21:40 
AnswerRe: How to reduce the CPU Usage? Pin
Christian Graus17-Oct-06 21:47
protectorChristian Graus17-Oct-06 21:47 
GeneralRe: How to reduce the CPU Usage? Pin
willbin18-Oct-06 5:20
willbin18-Oct-06 5:20 
QuestionRTC issue Pin
Cristi B17-Oct-06 21:29
Cristi B17-Oct-06 21:29 
QuestionPrinting tooltips displayed using cWindow class Pin
panks_r17-Oct-06 20:37
panks_r17-Oct-06 20:37 
AnswerRe: Printing tooltips displayed using cWindow class Pin
Programm3r17-Oct-06 20:45
Programm3r17-Oct-06 20:45 
QuestionDbase with CDaoDatabase? Pin
murali_utr17-Oct-06 20:09
murali_utr17-Oct-06 20:09 
AnswerRe: Dbase with CDaoDatabase? Pin
Jörgen Sigvardsson18-Oct-06 11:49
Jörgen Sigvardsson18-Oct-06 11:49 
QuestionRegEnumValue fn error ... help me .. Pin
Sakthiu17-Oct-06 20:04
Sakthiu17-Oct-06 20:04 
QuestionRe: RegEnumValue fn error ... help me .. Pin
prasad_som17-Oct-06 20:09
prasad_som17-Oct-06 20:09 
AnswerRe: RegEnumValue fn error ... help me .. Pin
Sakthiu17-Oct-06 20:13
Sakthiu17-Oct-06 20:13 
AnswerRe: RegEnumValue fn error ... help me .. Pin
prasad_som17-Oct-06 20:35
prasad_som17-Oct-06 20:35 

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.