Click here to Skip to main content
15,887,596 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: A function pointer problem... Pin
Prakash Nadar12-Jan-06 0:49
Prakash Nadar12-Jan-06 0:49 
JokeRe: A function pointer problem... Pin
toxcct12-Jan-06 0:50
toxcct12-Jan-06 0:50 
GeneralZzzz Pin
Owner drawn12-Jan-06 0:56
Owner drawn12-Jan-06 0:56 
GeneralRe: Zzzz Pin
ThatsAlok13-Jan-06 2:27
ThatsAlok13-Jan-06 2:27 
AnswerRe: A function pointer problem... Pin
Cedric Moonen11-Jan-06 23:45
Cedric Moonen11-Jan-06 23:45 
GeneralRe: A function pointer problem... Pin
Owner drawn11-Jan-06 23:48
Owner drawn11-Jan-06 23:48 
GeneralRe: A function pointer problem... Pin
Blake Miller12-Jan-06 6:41
Blake Miller12-Jan-06 6:41 
AnswerRe: A function pointer problem... Pin
BadKarma11-Jan-06 23:57
BadKarma11-Jan-06 23:57 
Hi,

You can alsoo change AFunction to
void AFunction(void(CAClass::*pFunction)())
{
   //i am still innocent
}
this way you can pass a pointer to a member function.
This said you will need to have an object of the type CAClass available to execute the function.

codito ergo sum
GeneralRe: A function pointer problem... Pin
Owner drawn11-Jan-06 23:58
Owner drawn11-Jan-06 23:58 
AnswerRe: A function pointer problem... Pin
Chris Losinger12-Jan-06 5:42
professionalChris Losinger12-Jan-06 5:42 
QuestionGlobal Variable Pin
<color>Aljechin 11-Jan-06 23:13
<color>Aljechin 11-Jan-06 23:13 
AnswerRe: Global Variable Pin
RChin11-Jan-06 23:28
RChin11-Jan-06 23:28 
GeneralRe: Global Variable Pin
<color>Aljechin 12-Jan-06 0:01
<color>Aljechin 12-Jan-06 0:01 
AnswerRe: Global Variable Pin
Dennis Gourjii11-Jan-06 23:29
Dennis Gourjii11-Jan-06 23:29 
GeneralRe: Global Variable Pin
<color>Aljechin 12-Jan-06 0:00
<color>Aljechin 12-Jan-06 0:00 
GeneralRe: Global Variable Pin
Nish Nishant12-Jan-06 8:23
sitebuilderNish Nishant12-Jan-06 8:23 
AnswerRe: Global Variable Pin
<color>Aljechin 11-Jan-06 23:43
<color>Aljechin 11-Jan-06 23:43 
AnswerRe: Global Variable Pin
toxcct12-Jan-06 0:08
toxcct12-Jan-06 0:08 
GeneralRe: Global Variable Pin
<color>Aljechin 12-Jan-06 0:16
<color>Aljechin 12-Jan-06 0:16 
GeneralRe: Global Variable Pin
toxcct12-Jan-06 0:18
toxcct12-Jan-06 0:18 
GeneralRe: Global Variable Pin
<color>Aljechin 12-Jan-06 0:27
<color>Aljechin 12-Jan-06 0:27 
GeneralRe: Global Variable Pin
toxcct12-Jan-06 0:31
toxcct12-Jan-06 0:31 
QuestionMSChart OCX in VC++.NET Pin
salaikumar11-Jan-06 23:02
salaikumar11-Jan-06 23:02 
AnswerRe: MSChart OCX in VC++.NET Pin
Prakash Nadar11-Jan-06 23:08
Prakash Nadar11-Jan-06 23:08 
Questioncan i send the ACK message in TCP/IP by vc++ Pin
vikas amin11-Jan-06 22:43
vikas amin11-Jan-06 22:43 

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.