Click here to Skip to main content
15,890,282 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Linking the dialog and its class Pin
J.B.29-Nov-03 19:53
J.B.29-Nov-03 19:53 
GeneralAfxConnectionAdvice undeclared identifier Pin
Prakash Nadar29-Nov-03 18:26
Prakash Nadar29-Nov-03 18:26 
GeneralColoring slider Pin
georgiek5029-Nov-03 17:50
georgiek5029-Nov-03 17:50 
GeneralRe: Coloring slider Pin
BaldwinMartin29-Nov-03 19:44
BaldwinMartin29-Nov-03 19:44 
GeneralAddin Dialogs Pin
N.Byarley29-Nov-03 17:42
N.Byarley29-Nov-03 17:42 
GeneralRe: Addin Dialogs Pin
BaldwinMartin29-Nov-03 18:51
BaldwinMartin29-Nov-03 18:51 
GeneralRe: Addin Dialogs Pin
Scozturk29-Nov-03 22:53
professionalScozturk29-Nov-03 22:53 
Questionpassing variable argument list to another function? Pin
nm_11429-Nov-03 17:28
nm_11429-Nov-03 17:28 
is there any way to pass a variable argument list on to another function (I'm trying to make a wrapper for sprintf). for example:

void myfunc(char* format, .../*args*/)
{
//some code...


//how do i pass the argument list to sprintf???
sprintf(acharbuffer, format, ?HOW_DO_I_PASS_THE_ARGS?);
}
-thanks
AnswerRe: passing variable argument list to another function? Pin
BaldwinMartin29-Nov-03 19:40
BaldwinMartin29-Nov-03 19:40 
GeneralRe: passing variable argument list to another function? Pin
nm_11429-Nov-03 20:13
nm_11429-Nov-03 20:13 
AnswerRe: passing variable argument list to another function? Pin
cmk29-Nov-03 20:30
cmk29-Nov-03 20:30 
GeneralRe: passing variable argument list to another function? Pin
nm_11430-Nov-03 11:20
nm_11430-Nov-03 11:20 
GeneralAppending 2 RTF Strings together Pin
Zero_divide_129-Nov-03 16:41
Zero_divide_129-Nov-03 16:41 
GeneralRe: Appending 2 RTF Strings together Pin
JWood29-Nov-03 18:07
JWood29-Nov-03 18:07 
GeneralRe: Appending 2 RTF Strings together Pin
Zero_divide_11-Dec-03 5:43
Zero_divide_11-Dec-03 5:43 
GeneralrichEdit hook Pin
Anonymous29-Nov-03 16:37
Anonymous29-Nov-03 16:37 
GeneralConversion, string to int Pin
__Cerb29-Nov-03 16:33
__Cerb29-Nov-03 16:33 
GeneralRe: Conversion, string to int Pin
JWood29-Nov-03 18:10
JWood29-Nov-03 18:10 
GeneralRe: Conversion, string to int Pin
Michael Dunn29-Nov-03 19:45
sitebuilderMichael Dunn29-Nov-03 19:45 
GeneralRe: Conversion, string to int Pin
BaldwinMartin29-Nov-03 20:07
BaldwinMartin29-Nov-03 20:07 
GeneralRe: Conversion, string to int Pin
Scozturk29-Nov-03 22:58
professionalScozturk29-Nov-03 22:58 
GeneralRe: Conversion, string to int Pin
Ian Darling29-Nov-03 23:33
Ian Darling29-Nov-03 23:33 
QuestionHow to release a GDI+ object? Pin
YanBin29-Nov-03 16:04
YanBin29-Nov-03 16:04 
AnswerRe: How to release a GDI+ object? Pin
JWood29-Nov-03 18:18
JWood29-Nov-03 18:18 
AnswerRe: How to release a GDI+ object? Pin
JWood29-Nov-03 18:24
JWood29-Nov-03 18:24 

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.