Click here to Skip to main content
15,914,416 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: A simple question about waveInGetNumDevs Pin
minihotto12-Oct-06 7:06
minihotto12-Oct-06 7:06 
GeneralRe: A simple question about waveInGetNumDevs Pin
Vaclav_12-Oct-06 7:16
Vaclav_12-Oct-06 7:16 
AnswerRe: A simple question about waveInGetNumDevs Pin
Albert Holguin6-Feb-12 11:04
professionalAlbert Holguin6-Feb-12 11:04 
QuestionCoding (Games, Applications) For The Pocket PC/Palm OS Pin
BlitzPackage10-Oct-06 6:52
BlitzPackage10-Oct-06 6:52 
Question8 Puzzle (Eight Puzzle) game simulator in Visual C++ [modified] Pin
ahyeek10-Oct-06 5:22
ahyeek10-Oct-06 5:22 
Answerno ads here Pin
toxcct10-Oct-06 6:37
toxcct10-Oct-06 6:37 
AnswerRe: 8 Puzzle (Eight Puzzle) game simulator in Visual C++ Pin
Hamid_RT10-Oct-06 6:46
Hamid_RT10-Oct-06 6:46 
QuestionFunction Pointer Pin
baerten10-Oct-06 4:16
baerten10-Oct-06 4:16 
I like to create a functionpointer on an instance of an object.

I have a Universal-List that uses an array of pointer to different Rows.
A row has a basic-class and all specific rows ( for example customers ) are derivated from this Class.

Row -> CustomerRow

In the Universal-List i like to create an array of pointer to the member-functions of the rows.
The row exists already as an instance and i like to assign the functionpointer to the memberfonction of this instance...

Is it possible?

MSDN Help says that functionpointer must point to static functions.
But in an instance, the function is precised and accessible, so why does the fctpointer
don't save the "linkage"


Thanks
AnswerRe: Function Pointer Pin
Cedric Moonen10-Oct-06 4:49
Cedric Moonen10-Oct-06 4:49 
GeneralRe: Function Pointer Pin
baerten10-Oct-06 5:05
baerten10-Oct-06 5:05 
GeneralRe: Function Pointer Pin
Mark Salsbery10-Oct-06 6:22
Mark Salsbery10-Oct-06 6:22 
AnswerRe: Function Pointer Pin
Anonymuos10-Oct-06 5:22
Anonymuos10-Oct-06 5:22 
QuestionChanging the drive name in a tree control Pin
kiranin10-Oct-06 3:45
kiranin10-Oct-06 3:45 
AnswerRe: Changing the drive name in a tree control Pin
David Crow10-Oct-06 3:56
David Crow10-Oct-06 3:56 
Questionderive class Pin
Max++10-Oct-06 3:28
Max++10-Oct-06 3:28 
QuestionRe: derive class Pin
David Crow10-Oct-06 3:31
David Crow10-Oct-06 3:31 
AnswerRe: derive class Pin
Stephen Hewitt10-Oct-06 13:42
Stephen Hewitt10-Oct-06 13:42 
Answer[Message Deleted] Pin
toxcct10-Oct-06 3:47
toxcct10-Oct-06 3:47 
GeneralRe: derive class Pin
David Crow10-Oct-06 3:54
David Crow10-Oct-06 3:54 
GeneralRe: derive class Pin
Stephen Hewitt10-Oct-06 13:46
Stephen Hewitt10-Oct-06 13:46 
GeneralRe: derive class Pin
led mike11-Oct-06 4:53
led mike11-Oct-06 4:53 
AnswerRe: derive class Pin
Zac Howland10-Oct-06 4:15
Zac Howland10-Oct-06 4:15 
Questionsizeof(float)/sizeof(float[0]) Pin
Alex Cutovoi10-Oct-06 3:05
Alex Cutovoi10-Oct-06 3:05 
AnswerRe: sizeof(float)/sizeof(float[0]) Pin
Chris Losinger10-Oct-06 3:10
professionalChris Losinger10-Oct-06 3:10 
GeneralRe: sizeof(float)/sizeof(float[0]) Pin
Alex Cutovoi10-Oct-06 3:30
Alex Cutovoi10-Oct-06 3:30 

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.