Click here to Skip to main content
16,005,697 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Starmenu Pin
David Crow15-Feb-07 10:32
David Crow15-Feb-07 10:32 
GeneralRe: Starmenu [modified] Pin
Perestroyka15-Feb-07 11:37
Perestroyka15-Feb-07 11:37 
QuestionRe: Starmenu Pin
David Crow15-Feb-07 15:03
David Crow15-Feb-07 15:03 
AnswerRe: Starmenu Pin
Perestroyka16-Feb-07 0:34
Perestroyka16-Feb-07 0:34 
GeneralRe: Starmenu Pin
David Crow16-Feb-07 2:39
David Crow16-Feb-07 2:39 
GeneralRe: Starmenu Pin
Perestroyka16-Feb-07 5:23
Perestroyka16-Feb-07 5:23 
GeneralRe: Starmenu Pin
David Crow16-Feb-07 5:28
David Crow16-Feb-07 5:28 
QuestionVariable args Pin
Waldermort13-Feb-07 13:17
Waldermort13-Feb-07 13:17 
Is it possible to call a function accepting variable args and pass them on to another function directly?

void foo( ... )<br />
{<br />
}<br />
<br />
void bar( ... )<br />
{<br />
    foo( /* ... */ );<br />
}


The reason I ask is I have created a macro using __VA_ARGS__. I currently use a helper function to concact them into a string then call the appropriate method.
AnswerRe: Variable args Pin
PJ Arends13-Feb-07 13:27
professionalPJ Arends13-Feb-07 13:27 
AnswerRe: Variable args Pin
Nibu babu thomas13-Feb-07 17:13
Nibu babu thomas13-Feb-07 17:13 
GeneralRe: Variable args Pin
Waldermort13-Feb-07 19:38
Waldermort13-Feb-07 19:38 
QuestionHelp about #include&quot;Pnl_dll.hpp&quot; Pin
abbd13-Feb-07 13:08
abbd13-Feb-07 13:08 
AnswerRe: Help about #include"Pnl_dll.hpp" Pin
PJ Arends13-Feb-07 13:37
professionalPJ Arends13-Feb-07 13:37 
AnswerRe: Help about #include&quot;Pnl_dll.hpp&quot; Pin
Christian Graus13-Feb-07 13:58
protectorChristian Graus13-Feb-07 13:58 
Questiondeprecated functions [modified] Pin
Waldermort13-Feb-07 12:14
Waldermort13-Feb-07 12:14 
AnswerRe: deprecated functions Pin
PJ Arends13-Feb-07 12:54
professionalPJ Arends13-Feb-07 12:54 
GeneralRe: deprecated functions Pin
Waldermort13-Feb-07 13:11
Waldermort13-Feb-07 13:11 
QuestionGetting text under the cursor Pin
RandyS13-Feb-07 12:00
RandyS13-Feb-07 12:00 
AnswerRe: Getting text under the cursor Pin
Christian Graus13-Feb-07 12:13
protectorChristian Graus13-Feb-07 12:13 
GeneralRe: Getting text under the cursor Pin
RandyS14-Feb-07 3:11
RandyS14-Feb-07 3:11 
GeneralRe: Getting text under the cursor Pin
Mark Salsbery14-Feb-07 6:43
Mark Salsbery14-Feb-07 6:43 
GeneralRe: Getting text under the cursor Pin
Christian Graus14-Feb-07 9:27
protectorChristian Graus14-Feb-07 9:27 
QuestionDisableProcessWindowsGhosting in C++? Pin
Debs*13-Feb-07 11:40
Debs*13-Feb-07 11:40 
QuestionSleep() issues Pin
pblais13-Feb-07 10:17
pblais13-Feb-07 10:17 
AnswerRe: Sleep() issues Pin
Christian Graus13-Feb-07 10:36
protectorChristian Graus13-Feb-07 10:36 

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.