Click here to Skip to main content
15,894,240 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: confuse CString::Replace() Pin
Rob Caldecott4-Sep-06 3:24
Rob Caldecott4-Sep-06 3:24 
GeneralRe: confuse CString::Replace() Pin
Max++4-Sep-06 3:56
Max++4-Sep-06 3:56 
GeneralRe: confuse CString::Replace() Pin
Hamid_RT4-Sep-06 22:30
Hamid_RT4-Sep-06 22:30 
QuestionCaption Bar with a Close Button in Dynamic Splitter Window Pin
rkshdixit4-Sep-06 2:14
rkshdixit4-Sep-06 2:14 
AnswerRe: Caption Bar with a Close Button in Dynamic Splitter Window Pin
gregdolley4-Sep-06 22:40
gregdolley4-Sep-06 22:40 
Questionput the tool tips to emptions in chat window Pin
johnalek4-Sep-06 2:10
johnalek4-Sep-06 2:10 
QuestionHow to use use Inline function? Pin
Andy Rama4-Sep-06 1:41
Andy Rama4-Sep-06 1:41 
AnswerRe: How to use use Inline function? Pin
Waldermort4-Sep-06 1:51
Waldermort4-Sep-06 1:51 
what is o/p? You have a serious flaw in your macro. When you define a macro, the preprocessor replaces the code where ever you used the macro. So when using MACRO_FUN, at compile time the code would look like
void Calling_Fun()<br />
{<br />
//Inline_Fun(true);<br />
if(true) <br />
    return; <br />
printf("2");<br />
printf("1");<br />
}

But you inline function, will not do the same. The return statement will exit the function and return to the Calling_fun() function then print your statements.
AnswerRe: How to use use Inline function? [modified] Pin
Emilio Garavaglia4-Sep-06 2:11
Emilio Garavaglia4-Sep-06 2:11 
QuestionGetting Current Desktop Name Pin
MohammadAmiry4-Sep-06 1:32
MohammadAmiry4-Sep-06 1:32 
AnswerRe: Getting Current Desktop Name Pin
gregdolley4-Sep-06 22:47
gregdolley4-Sep-06 22:47 
Questionusing PDH library to find memory leaks Pin
m.dietz4-Sep-06 1:12
m.dietz4-Sep-06 1:12 
QuestionWhiteboard feature? Pin
_AnsHUMAN_ 4-Sep-06 1:10
_AnsHUMAN_ 4-Sep-06 1:10 
AnswerRe: Whiteboard feature? Pin
Waldermort4-Sep-06 1:37
Waldermort4-Sep-06 1:37 
Questiondetect down mouse left button Pin
majco3334-Sep-06 0:34
majco3334-Sep-06 0:34 
AnswerRe: detect down mouse left button Pin
toxcct4-Sep-06 0:38
toxcct4-Sep-06 0:38 
GeneralRe: detect down mouse left button Pin
benjymous4-Sep-06 0:55
benjymous4-Sep-06 0:55 
GeneralRe: detect down mouse left button Pin
majco3334-Sep-06 1:08
majco3334-Sep-06 1:08 
GeneralRe: detect down mouse left button Pin
benjymous4-Sep-06 1:16
benjymous4-Sep-06 1:16 
GeneralRe: detect down mouse left button Pin
majco3334-Sep-06 1:33
majco3334-Sep-06 1:33 
GeneralRe: detect down mouse left button Pin
Stephen Hewitt4-Sep-06 2:03
Stephen Hewitt4-Sep-06 2:03 
GeneralRe: detect down mouse left button Pin
toxcct4-Sep-06 2:30
toxcct4-Sep-06 2:30 
AnswerRe: detect down mouse left button Pin
Hamid_RT4-Sep-06 1:07
Hamid_RT4-Sep-06 1:07 
AnswerRe: detect down mouse left button Pin
Stephen Hewitt4-Sep-06 2:01
Stephen Hewitt4-Sep-06 2:01 
GeneralRe: detect down mouse left button Pin
majco3334-Sep-06 2:14
majco3334-Sep-06 2:14 

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.