Click here to Skip to main content
15,799,491 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Segmentation Fault in GTK library files Pin
Richard MacCutchan2-Dec-12 22:47
mveRichard MacCutchan2-Dec-12 22:47 
GeneralRe: Segmentation Fault in GTK library files Pin
SrivathsanRaghavan2-Dec-12 23:11
SrivathsanRaghavan2-Dec-12 23:11 
GeneralRe: Segmentation Fault in GTK library files Pin
Richard MacCutchan2-Dec-12 23:28
mveRichard MacCutchan2-Dec-12 23:28 
GeneralRe: Segmentation Fault in GTK library files Pin
SrivathsanRaghavan3-Dec-12 1:25
SrivathsanRaghavan3-Dec-12 1:25 
GeneralRe: Segmentation Fault in GTK library files Pin
Richard MacCutchan3-Dec-12 1:55
mveRichard MacCutchan3-Dec-12 1:55 
Questioncan i use mem_fun like this? Pin
Falconapollo1-Dec-12 18:37
Falconapollo1-Dec-12 18:37 
AnswerRe: can i use mem_fun like this? Pin
Richard MacCutchan1-Dec-12 21:56
mveRichard MacCutchan1-Dec-12 21:56 
AnswerRe: can i use mem_fun like this? Pin
Stephen Hewitt2-Dec-12 5:45
Stephen Hewitt2-Dec-12 5:45 
The code doesn't make a lot of sense. The is no connection between the member function to be called and a specific instance of A on which to call it. Also the typedef is incorrect for a non-static member function, make it look likes this:
typedef int (* A::func)(int );

Steve

AnswerRe: can i use mem_fun like this? Pin
troyxyz2-Dec-12 7:21
troyxyz2-Dec-12 7:21 
AnswerRe: can i use mem_fun like this? Pin
Stefan_Lang3-Dec-12 3:14
Stefan_Lang3-Dec-12 3:14 
AnswerRe: can i use mem_fun like this? Pin
Stefan_Lang3-Dec-12 4:45
Stefan_Lang3-Dec-12 4:45 
GeneralRe: can i use mem_fun like this? Pin
Falconapollo4-Dec-12 15:43
Falconapollo4-Dec-12 15:43 
Questionclient server for running the program Pin
danielsutopo1-Dec-12 16:09
danielsutopo1-Dec-12 16:09 
AnswerRe: client server for running the program Pin
Albert Holguin1-Dec-12 18:22
professionalAlbert Holguin1-Dec-12 18:22 
QuestionLimiting selected checkbox items in a CListCtrl Pin
softwaremonkey1-Dec-12 2:40
softwaremonkey1-Dec-12 2:40 
SuggestionRe: Limiting selected checkbox items in a CListCtrl Pin
David Crow1-Dec-12 4:51
David Crow1-Dec-12 4:51 
AnswerRe: Limiting selected checkbox items in a CListCtrl Pin
Jochen Arndt2-Dec-12 0:56
professionalJochen Arndt2-Dec-12 0:56 
GeneralRe: Limiting selected checkbox items in a CListCtrl Pin
softwaremonkey2-Dec-12 23:45
softwaremonkey2-Dec-12 23:45 
QuestionUsing VISUAL C++ 6.0 with OLE Pin
ForNow30-Nov-12 10:06
ForNow30-Nov-12 10:06 
AnswerRe: Using VISUAL C++ 6.0 with OLE Pin
jschell30-Nov-12 11:46
jschell30-Nov-12 11:46 
SuggestionRe: Using VISUAL C++ 6.0 with OLE Pin
David Crow30-Nov-12 15:24
David Crow30-Nov-12 15:24 
GeneralRe: Using VISUAL C++ 6.0 with OLE Pin
ForNow4-Dec-12 14:48
ForNow4-Dec-12 14:48 
AnswerRe: Using VISUAL C++ 6.0 with OLE Pin
Stephen Hewitt2-Dec-12 5:54
Stephen Hewitt2-Dec-12 5:54 
AnswerRe: Using VISUAL C++ 6.0 with OLE Pin
Cristian Amarie3-Dec-12 9:52
Cristian Amarie3-Dec-12 9:52 
QuestionDll injection and hooking Pin
miniman0630-Nov-12 8:47
miniman0630-Nov-12 8:47 

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.