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

C / C++ / MFC

 
QuestionRuntime Compression Pin
Waldermort24-Mar-06 21:19
Waldermort24-Mar-06 21:19 
AnswerRe: Runtime Compression Pin
Saurabh.Garg25-Mar-06 0:48
Saurabh.Garg25-Mar-06 0:48 
GeneralRe: Runtime Compression Pin
Waldermort25-Mar-06 1:28
Waldermort25-Mar-06 1:28 
AnswerRe: Runtime Compression Pin
Hamid_RT25-Mar-06 1:34
Hamid_RT25-Mar-06 1:34 
QuestionFlat DateTimePicker Class Pin
mikobi24-Mar-06 20:31
mikobi24-Mar-06 20:31 
AnswerRe: Flat DateTimePicker Class Pin
mikobi25-Mar-06 3:16
mikobi25-Mar-06 3:16 
Questionproblem with m_strCursor Pin
Kranti125198424-Mar-06 20:21
Kranti125198424-Mar-06 20:21 
QuestionVS2005 - ellipsis in a macro Pin
Chintoo72324-Mar-06 18:42
Chintoo72324-Mar-06 18:42 
VS6 and VS2003 do not support varargs in a C macro. The link http://sourceforge.net/mailarchive/forum.php?forum_id=40270&max_rows=25&style=nested&viewmonth=200503[^] hints that this is possible in VS2005.

I dont have VS2005 installed, can someone who has VS2005 quickly check if the following compiles?

#define myprint(fmt, args_...) _snprintf(str, fmt, ##args_)<br />
char str[64];<br />
myprintf("hello %s", "world");


thanks!
AnswerRe: VS2005 - ellipsis in a macro Pin
Michael Dunn25-Mar-06 0:23
sitebuilderMichael Dunn25-Mar-06 0:23 
GeneralRe: VS2005 - ellipsis in a macro Pin
Chintoo72325-Mar-06 22:50
Chintoo72325-Mar-06 22:50 
GeneralRe: VS2005 - ellipsis in a macro Pin
Michael Dunn26-Mar-06 12:22
sitebuilderMichael Dunn26-Mar-06 12:22 
QuestionLan Connection Pin
vivek.s.vivek24-Mar-06 17:55
vivek.s.vivek24-Mar-06 17:55 
AnswerRe: Lan Connection Pin
ThatsAlok24-Mar-06 18:52
ThatsAlok24-Mar-06 18:52 
AnswerRe: Lan Connection Pin
Ganesh_T24-Mar-06 23:03
Ganesh_T24-Mar-06 23:03 
GeneralRe: Lan Connection Pin
ThatsAlok25-Mar-06 5:59
ThatsAlok25-Mar-06 5:59 
QuestionHow do I magnify a section fo the screen? Pin
Rapture2k424-Mar-06 15:50
Rapture2k424-Mar-06 15:50 
AnswerRe: How do I magnify a section fo the screen? Pin
includeh1025-Mar-06 0:10
includeh1025-Mar-06 0:10 
GeneralRe: How do I magnify a section fo the screen? Pin
Rapture2k425-Mar-06 0:43
Rapture2k425-Mar-06 0:43 
GeneralRe: How do I magnify a section fo the screen? Pin
includeh1025-Mar-06 1:26
includeh1025-Mar-06 1:26 
Questioni want to develop a GUI Pin
ashalab24-Mar-06 15:06
ashalab24-Mar-06 15:06 
AnswerRe: i want to develop a GUI Pin
Aqueel24-Mar-06 17:52
Aqueel24-Mar-06 17:52 
GeneralRe: i want to develop a GUI Pin
ThatsAlok24-Mar-06 18:54
ThatsAlok24-Mar-06 18:54 
AnswerRe: i want to develop a GUI Pin
ThatsAlok24-Mar-06 18:56
ThatsAlok24-Mar-06 18:56 
QuestionHow to change Default color Buttons Without CBitmap? Pin
CodeVarma24-Mar-06 13:22
CodeVarma24-Mar-06 13:22 
AnswerRe: How to change Default color Buttons Without CBitmap? Pin
Hamid_RT24-Mar-06 17:45
Hamid_RT24-Mar-06 17:45 

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.