Click here to Skip to main content
15,867,453 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Let a single document open Pin
Eugen Podsypalnikov23-Aug-11 0:41
Eugen Podsypalnikov23-Aug-11 0:41 
GeneralRe: Let a single document open Pin
_Flaviu23-Aug-11 1:51
_Flaviu23-Aug-11 1:51 
GeneralRe: Let a single document open Pin
Eugen Podsypalnikov23-Aug-11 5:39
Eugen Podsypalnikov23-Aug-11 5:39 
GeneralRe: Let a single document open Pin
_Flaviu22-Aug-11 22:46
_Flaviu22-Aug-11 22:46 
AnswerRe: Let a single document open Pin
Richard MacCutchan22-Aug-11 22:45
mveRichard MacCutchan22-Aug-11 22:45 
GeneralRe: Let a single document open Pin
_Flaviu22-Aug-11 22:49
_Flaviu22-Aug-11 22:49 
QuestionPointer to member function in struct Pin
Dean Seo22-Aug-11 18:29
Dean Seo22-Aug-11 18:29 
AnswerRe: Pointer to member function in struct Pin
Eugen Podsypalnikov22-Aug-11 20:59
Eugen Podsypalnikov22-Aug-11 20:59 
Try the following Smile | :) :
C++
//...
typedef void (*LPSTATEPROC) (void);

struct StateMap
{
  int input;
  LPSTATEPROC mfp;
};
//...

They sought it with thimbles, they sought it with care;
They pursued it with forks and hope;
They threatened its life with a railway-share;
They charmed it with smiles and soap. Smile | :)

GeneralRe: Pointer to member function in struct Pin
Dean Seo22-Aug-11 21:16
Dean Seo22-Aug-11 21:16 
GeneralRe: Pointer to member function in struct Pin
Richard MacCutchan22-Aug-11 22:43
mveRichard MacCutchan22-Aug-11 22:43 
GeneralRe: Pointer to member function in struct Pin
Chang Su Lee24-Aug-11 5:29
Chang Su Lee24-Aug-11 5:29 
GeneralRe: Pointer to member function in struct Pin
Richard MacCutchan24-Aug-11 6:09
mveRichard MacCutchan24-Aug-11 6:09 
GeneralRe: Pointer to member function in struct Pin
Dean Seo22-Aug-11 21:27
Dean Seo22-Aug-11 21:27 
QuestionIDE from programm in C++ Pin
Chargoy22-Aug-11 16:04
Chargoy22-Aug-11 16:04 
AnswerRe: IDE from programm in C++ Pin
Richard Andrew x6422-Aug-11 16:13
professionalRichard Andrew x6422-Aug-11 16:13 
AnswerRe: IDE from programm in C++ PinPopular
Albert Holguin22-Aug-11 16:40
professionalAlbert Holguin22-Aug-11 16:40 
GeneralRe: IDE from programm in C++ Pin
Chargoy27-Aug-11 5:43
Chargoy27-Aug-11 5:43 
QuestionHandle bluetooth pairing code Pin
Vijay Rajanna22-Aug-11 7:15
Vijay Rajanna22-Aug-11 7:15 
AnswerRe: Handle bluetooth pairing code Pin
«_Superman_»22-Aug-11 8:47
professional«_Superman_»22-Aug-11 8:47 
QuestionVC6 C++ can I prevent an "Internet Explorer Script Error" debug dialog popup [modified] Pin
cgb14322-Aug-11 6:43
cgb14322-Aug-11 6:43 
AnswerRe: VC6 C++ can I prevent an "Internet Explorer Script Error" debug dialog popup Pin
Code-o-mat22-Aug-11 7:46
Code-o-mat22-Aug-11 7:46 
GeneralRe: VC6 C++ can I prevent an "Internet Explorer Script Error" debug dialog popup Pin
cgb14322-Aug-11 9:12
cgb14322-Aug-11 9:12 
GeneralRe: VC6 C++ can I prevent an "Internet Explorer Script Error" debug dialog popup Pin
Code-o-mat22-Aug-11 9:40
Code-o-mat22-Aug-11 9:40 
GeneralRe: VC6 C++ can I prevent an "Internet Explorer Script Error" debug dialog popup Pin
xrg_soft@163.com23-Aug-11 5:37
xrg_soft@163.com23-Aug-11 5:37 
GeneralRe: VC6 C++ can I prevent an "Internet Explorer Script Error" debug dialog popup Pin
cgb14323-Aug-11 6:28
cgb14323-Aug-11 6:28 

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.