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

C / C++ / MFC

 
AnswerRe: Application Instance Pin
Rajesh R Subramanian14-Apr-08 1:20
professionalRajesh R Subramanian14-Apr-08 1:20 
GeneralRe: Application Instance Pin
john563214-Apr-08 1:49
john563214-Apr-08 1:49 
QuestionRe: Application Instance Pin
Rajkumar R14-Apr-08 1:34
Rajkumar R14-Apr-08 1:34 
GeneralRe: Application Instance Pin
Rajesh R Subramanian14-Apr-08 1:44
professionalRajesh R Subramanian14-Apr-08 1:44 
QuestionRe: Application Instance Pin
David Crow14-Apr-08 3:59
David Crow14-Apr-08 3:59 
GeneralRe: Application Instance Pin
JudyL_MD14-Apr-08 1:47
JudyL_MD14-Apr-08 1:47 
QuestionMember function pointer Pin
johanlich14-Apr-08 0:07
johanlich14-Apr-08 0:07 
GeneralRe: Member function pointer Pin
CPallini14-Apr-08 0:22
mveCPallini14-Apr-08 0:22 
You cannot do that.
Declare your function as static, for instance:
class MyClass{
static double Equation(double x){ return x*x;}
//..
};
//..
result = EquationSolver(x1,x2, Equation); 


BTW (this->*ptr)(x) is a function call.

Smile | :)

If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong.
-- Iain Clarke


GeneralRe: Member function pointer Pin
Rajkumar R14-Apr-08 0:31
Rajkumar R14-Apr-08 0:31 
GeneralRe: Member function pointer Pin
johanlich14-Apr-08 2:25
johanlich14-Apr-08 2:25 
QuestionHow I know when the "lineMakeCall" function finish Pin
yytg13-Apr-08 23:24
yytg13-Apr-08 23:24 
QuestionWin CE 5.0: Is it posible to send SMSes via the RAS-Phone API? Pin
Klive813-Apr-08 22:20
Klive813-Apr-08 22:20 
General[Message Deleted] Pin
nisha0000013-Apr-08 22:06
nisha0000013-Apr-08 22:06 
AnswerRe: An Usual Question Pin
Rajesh R Subramanian13-Apr-08 22:14
professionalRajesh R Subramanian13-Apr-08 22:14 
GeneralRe: An Usual Question Pin
Mukesh Kumar13-Apr-08 22:26
Mukesh Kumar13-Apr-08 22:26 
GeneralRe: An Usual Question Pin
ThatsAlok19-Jun-09 0:23
ThatsAlok19-Jun-09 0:23 
GeneralRe: An Usual Question Pin
CPallini13-Apr-08 23:17
mveCPallini13-Apr-08 23:17 
GeneralRe: [Message Deleted] Pin
vijay_aroli14-Apr-08 0:13
vijay_aroli14-Apr-08 0:13 
GeneralRe: [Message Deleted] Pin
Rajkumar R14-Apr-08 0:57
Rajkumar R14-Apr-08 0:57 
JokeRe: [Message Deleted] Pin
Rajesh R Subramanian14-Apr-08 1:01
professionalRajesh R Subramanian14-Apr-08 1:01 
GeneralRe: [Message Deleted] Pin
Rajkumar R14-Apr-08 1:05
Rajkumar R14-Apr-08 1:05 
GeneralRe: [Message Deleted] Pin
nisha0000014-Apr-08 1:57
nisha0000014-Apr-08 1:57 
GeneralRe: [Message Deleted] Pin
Hamid_RT14-Apr-08 20:09
Hamid_RT14-Apr-08 20:09 
Question__timeb64 function Pin
rp_suman13-Apr-08 21:59
rp_suman13-Apr-08 21:59 
GeneralRe: __timeb64 function Pin
CPallini13-Apr-08 23:13
mveCPallini13-Apr-08 23:13 

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.