Click here to Skip to main content
15,912,400 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Sending mail Pin
PJ Arends25-Nov-05 13:13
professionalPJ Arends25-Nov-05 13:13 
GeneralRe: Sending mail Pin
dandy7228-Nov-05 11:59
dandy7228-Nov-05 11:59 
GeneralRe: Sending mail Pin
vikas amin25-Nov-05 19:16
vikas amin25-Nov-05 19:16 
GeneralRe: Sending mail Pin
sunit525-Nov-05 19:59
sunit525-Nov-05 19:59 
GeneralRe: Sending mail Pin
ThatsAlok27-Nov-05 18:48
ThatsAlok27-Nov-05 18:48 
GeneralRe: Sending mail Pin
ThatsAlok27-Nov-05 18:46
ThatsAlok27-Nov-05 18:46 
GeneralRe: Sending mail Pin
sunit527-Nov-05 19:23
sunit527-Nov-05 19:23 
Questioninline dont work in VC++ Pin
vikas amin25-Nov-05 1:38
vikas amin25-Nov-05 1:38 
I have a simple qestion that when we make a function
inline then the code should be embeddede in the main
function and we should not have any call done to the
function .
But actully in VC++ this dont happen pls try the
example , and let me know that if am missing to set
any compiler flag .
In VC++ __forceinline is used to force inline function
by passing the cost/benefit analysis .I have tried that
also but it dont work .
To test the code just go to the disassembly and if u
find any assembly instruction as "call" then the inline
mechanism is not implement by ur vc compiler .

Thank you

Vikas Amin
Embin Technology
Bombay
vikas.amin@embin.com
AnswerRe: inline dont work in VC++ Pin
toxcct25-Nov-05 1:46
toxcct25-Nov-05 1:46 
GeneralRe: inline dont work in VC++ Pin
vikas amin25-Nov-05 2:37
vikas amin25-Nov-05 2:37 
AnswerRe: inline dont work in VC++ Pin
cmk25-Nov-05 2:56
cmk25-Nov-05 2:56 
GeneralRe: inline dont work in VC++ Pin
vikas amin25-Nov-05 18:39
vikas amin25-Nov-05 18:39 
AnswerRe: inline dont work in VC++ Pin
sunit525-Nov-05 3:23
sunit525-Nov-05 3:23 
GeneralRe: inline dont work in VC++ Pin
vikas amin25-Nov-05 18:49
vikas amin25-Nov-05 18:49 
GeneralRe: inline dont work in VC++ Pin
sunit525-Nov-05 19:50
sunit525-Nov-05 19:50 
Questionbinary search Pin
ArielR25-Nov-05 0:48
ArielR25-Nov-05 0:48 
AnswerRe: binary search Pin
cmk25-Nov-05 3:03
cmk25-Nov-05 3:03 
GeneralRe: binary search Pin
ArielR25-Nov-05 5:22
ArielR25-Nov-05 5:22 
GeneralRe: binary search Pin
cmk25-Nov-05 5:29
cmk25-Nov-05 5:29 
AnswerRe: binary search Pin
Matt Godbolt25-Nov-05 4:30
Matt Godbolt25-Nov-05 4:30 
QuestionQuery: Printing MS access tables using VC++ Pin
Ankush Mehta25-Nov-05 0:40
Ankush Mehta25-Nov-05 0:40 
QuestionQuery: Printing MS access tables using VC++ Pin
Ankush Mehta25-Nov-05 0:37
Ankush Mehta25-Nov-05 0:37 
QuestionOnLButtonDown cannot catch mouse click on CButton Pin
caykahve25-Nov-05 0:26
caykahve25-Nov-05 0:26 
AnswerRe: OnLButtonDown cannot catch mouse click on CButton Pin
Gary R. Wheeler25-Nov-05 3:06
Gary R. Wheeler25-Nov-05 3:06 
AnswerRe: OnLButtonDown cannot catch mouse click on CButton Pin
Michael Dunn25-Nov-05 10:04
sitebuilderMichael Dunn25-Nov-05 10:04 

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.