Click here to Skip to main content
15,901,284 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Keywords that I don't understand Pin
User 5838522-Jul-07 18:02
User 5838522-Jul-07 18:02 
GeneralRe: Keywords that I don't understand Pin
Stephen Hewitt2-Jul-07 17:24
Stephen Hewitt2-Jul-07 17:24 
GeneralRe: Keywords that I don't understand Pin
Jeremy Falcon2-Jul-07 17:33
professionalJeremy Falcon2-Jul-07 17:33 
GeneralRe: Keywords that I don't understand Pin
Stephen Hewitt2-Jul-07 17:48
Stephen Hewitt2-Jul-07 17:48 
GeneralRe: Keywords that I don't understand Pin
Jeremy Falcon2-Jul-07 17:54
professionalJeremy Falcon2-Jul-07 17:54 
GeneralRe: Keywords that I don't understand Pin
Jeremy Falcon2-Jul-07 17:56
professionalJeremy Falcon2-Jul-07 17:56 
GeneralRe: Keywords that I don't understand Pin
Jeremy Falcon2-Jul-07 17:46
professionalJeremy Falcon2-Jul-07 17:46 
AnswerRe: Keywords that I don't understand Pin
Christian Graus2-Jul-07 17:08
protectorChristian Graus2-Jul-07 17:08 
inline is the standout, it's different to the others.

inline is a *suggestion* to the compiler that this function is so simple, that it's more efficient to write the code for this function in the places where it's called, instead of paying the cost of a call to another memory address to run it. The vital thing to understand is that hte compiler is both free to inline things itself, and to decide you're wrong and *not* inline the function.


Christian Graus - Microsoft MVP - C++

"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

GeneralRe: Keywords that I don't understand Pin
Jeremy Falcon2-Jul-07 17:35
professionalJeremy Falcon2-Jul-07 17:35 
GeneralRe: Keywords that I don't understand Pin
Stephen Hewitt2-Jul-07 18:11
Stephen Hewitt2-Jul-07 18:11 
GeneralRe: Keywords that I don't understand Pin
Jeremy Falcon2-Jul-07 18:14
professionalJeremy Falcon2-Jul-07 18:14 
GeneralRe: Keywords that I don't understand Pin
Stephen Hewitt2-Jul-07 18:22
Stephen Hewitt2-Jul-07 18:22 
GeneralRe: Keywords that I don't understand Pin
User 5838522-Jul-07 18:25
User 5838522-Jul-07 18:25 
GeneralRe: Keywords that I don't understand Pin
Stephen Hewitt2-Jul-07 18:29
Stephen Hewitt2-Jul-07 18:29 
GeneralRe: Keywords that I don't understand Pin
Jeremy Falcon2-Jul-07 18:37
professionalJeremy Falcon2-Jul-07 18:37 
QuestionEffect Class Pin
Force Code2-Jul-07 11:30
Force Code2-Jul-07 11:30 
AnswerRe: Effect Class Pin
Perspx2-Jul-07 11:34
Perspx2-Jul-07 11:34 
GeneralRe: Effect Class Pin
Force Code2-Jul-07 11:43
Force Code2-Jul-07 11:43 
GeneralRe: Effect Class Pin
Perspx2-Jul-07 11:53
Perspx2-Jul-07 11:53 
GeneralRe: Effect Class Pin
Force Code2-Jul-07 12:24
Force Code2-Jul-07 12:24 
GeneralRe: Effect Class Pin
Perspx2-Jul-07 21:59
Perspx2-Jul-07 21:59 
GeneralRe: Effect Class Pin
Mark Salsbery2-Jul-07 12:32
Mark Salsbery2-Jul-07 12:32 
GeneralRe: Effect Class Pin
Perspx2-Jul-07 22:01
Perspx2-Jul-07 22:01 
GeneralRe: Effect Class Pin
Mark Salsbery3-Jul-07 5:53
Mark Salsbery3-Jul-07 5:53 
QuestionHow can I ensure that a drive is spinning and ready to write data? Pin
TragicComic2-Jul-07 10:53
TragicComic2-Jul-07 10:53 

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.