Click here to Skip to main content
15,917,709 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: pure C question about accessing bits Pin
Justin Tay25-Mar-06 5:25
Justin Tay25-Mar-06 5:25 
GeneralRe: pure C question about accessing bits Pin
bouli25-Mar-06 6:16
bouli25-Mar-06 6:16 
GeneralRe: pure C question about accessing bits Pin
Justin Tay25-Mar-06 6:33
Justin Tay25-Mar-06 6:33 
GeneralRe: pure C question about accessing bits Pin
bouli25-Mar-06 6:50
bouli25-Mar-06 6:50 
GeneralRe: pure C question about accessing bits Pin
bouli25-Mar-06 7:05
bouli25-Mar-06 7:05 
GeneralRe: pure C question about accessing bits Pin
bouli16-Apr-06 0:28
bouli16-Apr-06 0:28 
QuestionOnFind() Pin
fuschia24-Mar-06 21:35
fuschia24-Mar-06 21:35 
AnswerRe: OnFind() Pin
toxcct25-Mar-06 4:53
toxcct25-Mar-06 4:53 
GeneralRe: OnFind() Pin
fuschia25-Mar-06 16:07
fuschia25-Mar-06 16:07 
GeneralRe: OnFind() Pin
toxcct26-Mar-06 3:31
toxcct26-Mar-06 3:31 
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 

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.