Click here to Skip to main content
16,014,568 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralAs from MFC, WTL, Maybe now DX? :) Pin
SilverShalkin3-Apr-02 16:40
SilverShalkin3-Apr-02 16:40 
GeneralRe: As from MFC, WTL, Maybe now DX? :) Pin
Paul M Watt3-Apr-02 17:04
mentorPaul M Watt3-Apr-02 17:04 
GeneralRe: As from MFC, WTL, Maybe now DX? :) Pin
Christian Graus3-Apr-02 17:33
protectorChristian Graus3-Apr-02 17:33 
GeneralRe: Excellent Free Technical eBooks Pin
Christian Graus3-Apr-02 11:05
protectorChristian Graus3-Apr-02 11:05 
GeneralCFtpConnection::Command Pin
zebbedi3-Apr-02 8:46
zebbedi3-Apr-02 8:46 
GeneralC++ wrappers for printf()esque functions Pin
Andrew Cherry3-Apr-02 8:23
Andrew Cherry3-Apr-02 8:23 
GeneralRe: C++ wrappers for printf()esque functions Pin
Joaquín M López Muñoz3-Apr-02 9:28
Joaquín M López Muñoz3-Apr-02 9:28 
GeneralRe: C++ wrappers for printf()esque functions Pin
Andrew Cherry3-Apr-02 10:30
Andrew Cherry3-Apr-02 10:30 
Well, actually it's more that I want:

void MyWrapper(const char * fmt, ...)
{
va_list v;
va_start(v,fmt);
viPrintf(fmt, v);
va_end(v);

}

I saw mention of some parameterized version of the viPrintf function I'm wrapping that might accept an argument array as above... I suppose I'll have to try.

Is there any other way such magic might be worked?
GeneralRe: C++ wrappers for printf()esque functions Pin
Joaquín M López Muñoz3-Apr-02 11:01
Joaquín M López Muñoz3-Apr-02 11:01 
GeneralFiles Pin
Mazdak3-Apr-02 7:44
Mazdak3-Apr-02 7:44 
GeneralRe: Files Pin
Joaquín M López Muñoz3-Apr-02 7:55
Joaquín M López Muñoz3-Apr-02 7:55 
GeneralRe: Files Pin
Mazdak3-Apr-02 8:08
Mazdak3-Apr-02 8:08 
GeneralRe: Files Pin
Joaquín M López Muñoz3-Apr-02 8:33
Joaquín M López Muñoz3-Apr-02 8:33 
GeneralRe: Files Pin
Mazdak3-Apr-02 8:32
Mazdak3-Apr-02 8:32 
GeneralRe: Files Pin
Rickard Andersson203-Apr-02 10:27
Rickard Andersson203-Apr-02 10:27 
GeneralRe: Files Pin
Mazdak3-Apr-02 18:53
Mazdak3-Apr-02 18:53 
QuestionVC 7 coexisting with VC6, VC5? Pin
Jim A. Johnson3-Apr-02 7:44
Jim A. Johnson3-Apr-02 7:44 
AnswerRe: VC 7 coexisting with VC6, VC5? Pin
Mazdak3-Apr-02 7:46
Mazdak3-Apr-02 7:46 
AnswerRe: VC 7 coexisting with VC6, VC5? Pin
Giles3-Apr-02 7:53
Giles3-Apr-02 7:53 
Generalstrange sudden error Pin
Rajveer3-Apr-02 7:32
Rajveer3-Apr-02 7:32 
GeneralRe: strange sudden error Pin
Tim Smith3-Apr-02 7:51
Tim Smith3-Apr-02 7:51 
GeneralRe: strange sudden error Pin
Joaquín M López Muñoz3-Apr-02 7:46
Joaquín M López Muñoz3-Apr-02 7:46 
GeneralCFileFind Pin
Mazdak3-Apr-02 6:40
Mazdak3-Apr-02 6:40 
GeneralRe: CFileFind Pin
Roger Stewart3-Apr-02 7:09
professionalRoger Stewart3-Apr-02 7:09 
GeneralRe: CFileFind Pin
Mazdak3-Apr-02 7:40
Mazdak3-Apr-02 7:40 

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.