Click here to Skip to main content
15,912,329 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionglobal new operator issue Pin
Abyss3-Nov-08 5:52
Abyss3-Nov-08 5:52 
AnswerRe: global new operator issue Pin
CPallini3-Nov-08 6:46
mveCPallini3-Nov-08 6:46 
GeneralRe: global new operator issue Pin
Abyss3-Nov-08 7:11
Abyss3-Nov-08 7:11 
GeneralRe: global new operator issue Pin
Mark Salsbery3-Nov-08 9:05
Mark Salsbery3-Nov-08 9:05 
GeneralRe: global new operator issue Pin
Bram van Kampen3-Nov-08 15:37
Bram van Kampen3-Nov-08 15:37 
GeneralRe: global new operator issue Pin
Abyss3-Nov-08 18:49
Abyss3-Nov-08 18:49 
GeneralRe: global new operator issue Pin
Bram van Kampen4-Nov-08 11:05
Bram van Kampen4-Nov-08 11:05 
QuestionFunction arguments and call description Pin
Ahmed Charfeddine3-Nov-08 4:48
Ahmed Charfeddine3-Nov-08 4:48 
Hello evryone.
How can I pass arguments call info + simple function address to a certain code that would
then be able to succefully call that function ???

For example I have a function like :

void sendHello(char* hello,int destID);

I want to pass to a certain code block A, the address of that function by mean of a void* variable, and
also pass someother "metadata" about arguments order and types, so that the code block A can
succeed to callback that function.

Is there sort of something that would like :

A::storeFunction( void*, metadata??)
such for example I can easily call :

A::storeFunction(sendHello,{{"byString","hello"},{"byInt","destID"}});

before the code block A can somehow, at a certain time needed succed to call the function he stored ??
??
Thank u in advance.

"The Awaited Saviour", Mohammed Baqir Al Sadr

AnswerRe: Function arguments and call description Pin
Cedric Moonen3-Nov-08 5:10
Cedric Moonen3-Nov-08 5:10 
GeneralRe: Function arguments and call description Pin
Ahmed Charfeddine3-Nov-08 21:34
Ahmed Charfeddine3-Nov-08 21:34 
GeneralRe: Function arguments and call description Pin
Cedric Moonen4-Nov-08 1:20
Cedric Moonen4-Nov-08 1:20 
AnswerRe: Function arguments and call description [modified] Pin
Bram van Kampen3-Nov-08 15:53
Bram van Kampen3-Nov-08 15:53 
GeneralRe: Function arguments and call description Pin
Ahmed Charfeddine3-Nov-08 21:43
Ahmed Charfeddine3-Nov-08 21:43 
GeneralRe: Function arguments and call description Pin
Bram van Kampen4-Nov-08 10:58
Bram van Kampen4-Nov-08 10:58 
QuestionCatch WM_ENABLE im MessageQueue Pin
baerten3-Nov-08 4:14
baerten3-Nov-08 4:14 
QuestionImport data and compile dll Pin
Andy H3-Nov-08 3:09
Andy H3-Nov-08 3:09 
Questionplaying with the value of HANDLE Pin
Ahmed Charfeddine3-Nov-08 2:43
Ahmed Charfeddine3-Nov-08 2:43 
AnswerRe: playing with the value of HANDLE Pin
David Crow3-Nov-08 3:15
David Crow3-Nov-08 3:15 
GeneralRe: playing with the value of HANDLE Pin
Ahmed Charfeddine3-Nov-08 3:28
Ahmed Charfeddine3-Nov-08 3:28 
AnswerRe: playing with the value of HANDLE Pin
CPallini3-Nov-08 3:22
mveCPallini3-Nov-08 3:22 
GeneralRe: playing with the value of HANDLE Pin
Ahmed Charfeddine3-Nov-08 3:27
Ahmed Charfeddine3-Nov-08 3:27 
QuestionOleCreateStaticFromData function call fails Pin
Dhiraj kumar Saini3-Nov-08 0:57
Dhiraj kumar Saini3-Nov-08 0:57 
QuestionNeed help in DateTimePicker Pin
sarat12in3-Nov-08 0:53
sarat12in3-Nov-08 0:53 
AnswerRe: Need help in DateTimePicker Pin
SandipG 3-Nov-08 1:19
SandipG 3-Nov-08 1:19 
GeneralRe: Need help in DateTimePicker Pin
sarat12in3-Nov-08 2:22
sarat12in3-Nov-08 2:22 

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.