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

C / C++ / MFC

 
GeneralRe: String field Pin
Anonymous1-Dec-03 5:04
Anonymous1-Dec-03 5:04 
GeneralRe: String field Pin
David Crow1-Dec-03 5:44
David Crow1-Dec-03 5:44 
GeneralRe: String field Pin
Anonymous1-Dec-03 9:24
Anonymous1-Dec-03 9:24 
GeneralRe: String field Pin
David Crow1-Dec-03 9:37
David Crow1-Dec-03 9:37 
Generalnews service for users over a network Pin
gina781-Dec-03 2:02
gina781-Dec-03 2:02 
GeneralMy array of "pointers to function" doesn't work. Pin
WREY1-Dec-03 1:48
WREY1-Dec-03 1:48 
GeneralRe: My array of "pointers to function" doesn't work. Pin
Monty21-Dec-03 1:55
Monty21-Dec-03 1:55 
GeneralRe: My array of "pointers to function" doesn't work. Pin
WREY1-Dec-03 2:39
WREY1-Dec-03 2:39 
Thanks for replying.

If I'm correct, I believe ALL objects of a certain type, share the same functions of that particular type, which means by qualifying the functions with its class name, I am specifying its type.

This does not hold true for the data portion of objects of the same type. To reference the data portion of an object, you must qualify it with that specific object.

In any case, even when I do the following, the functions still do not get activated.
PTF FuncArr[n] = { this->Func1, this->Func2, this->Func3 };
Confused | :confused:

William

Fortes in fide et opere!
GeneralRe: My array of "pointers to function" doesn't work. Pin
Steen Krogsgaard1-Dec-03 3:06
Steen Krogsgaard1-Dec-03 3:06 
GeneralRe: My array of "pointers to function" doesn't work. Pin
GDavy1-Dec-03 3:30
GDavy1-Dec-03 3:30 
GeneralDevices Pin
DmitryR1-Dec-03 1:47
DmitryR1-Dec-03 1:47 
GeneralRe: Devices Pin
Antti Keskinen1-Dec-03 10:32
Antti Keskinen1-Dec-03 10:32 
GeneralRe: Devices Pin
DmitryR1-Dec-03 20:19
DmitryR1-Dec-03 20:19 
Generalplease help me with this homework Pin
gina781-Dec-03 1:29
gina781-Dec-03 1:29 
GeneralRe: please help me with this homework Pin
Ryan Roberts1-Dec-03 1:34
Ryan Roberts1-Dec-03 1:34 
GeneralRe: please help me with this homework Pin
gina781-Dec-03 1:39
gina781-Dec-03 1:39 
GeneralRe: please help me with this homework Pin
Roger Allen1-Dec-03 1:36
Roger Allen1-Dec-03 1:36 
GeneralRe: please help me with this homework Pin
gina781-Dec-03 2:21
gina781-Dec-03 2:21 
GeneralRe: please help me with this homework Pin
jhwurmbach1-Dec-03 2:29
jhwurmbach1-Dec-03 2:29 
GeneralRe: please help me with this homework Pin
gina781-Dec-03 2:41
gina781-Dec-03 2:41 
GeneralRe: please help me with this homework Pin
jhwurmbach1-Dec-03 2:50
jhwurmbach1-Dec-03 2:50 
GeneralRe: please help me with this homework Pin
gina781-Dec-03 2:56
gina781-Dec-03 2:56 
GeneralRe: please help me with this homework Pin
jhwurmbach1-Dec-03 3:05
jhwurmbach1-Dec-03 3:05 
GeneralRe: please help me with this homework Pin
gina781-Dec-03 3:09
gina781-Dec-03 3:09 
GeneralRe: please help me with this homework Pin
jhwurmbach1-Dec-03 3:39
jhwurmbach1-Dec-03 3:39 

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.