Click here to Skip to main content
15,913,939 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralHeeeeeeeelp: CString and /clr Pin
Doug16-Oct-02 12:50
Doug16-Oct-02 12:50 
GeneralRe: Heeeeeeeelp: CString and /clr Pin
Nish Nishant16-Oct-02 19:24
sitebuilderNish Nishant16-Oct-02 19:24 
QuestionSHAutoComplete() where art thou? Pin
Ravi Bhavnani16-Oct-02 12:15
professionalRavi Bhavnani16-Oct-02 12:15 
AnswerRe: SHAutoComplete() where art thou? Pin
Rene De La Garza16-Oct-02 13:12
Rene De La Garza16-Oct-02 13:12 
AnswerRe: SHAutoComplete() where art thou? Pin
Michael Dunn16-Oct-02 18:40
sitebuilderMichael Dunn16-Oct-02 18:40 
AnswerRe: SHAutoComplete() where art thou? Pin
Ravi Bhavnani17-Oct-02 1:00
professionalRavi Bhavnani17-Oct-02 1:00 
GeneralInline functions performance. Pin
Maximilien16-Oct-02 10:47
Maximilien16-Oct-02 10:47 
GeneralRe: Inline functions performance. Pin
Joaquín M López Muñoz16-Oct-02 11:13
Joaquín M López Muñoz16-Oct-02 11:13 
inline is an indication to the compiler that it can inline a function, but it is up to the compiler whether the inlining takes place or not. If the compiler is smart eonugh, it can decide not to inline an inline function if it deems it inappropriate (the code is too big, the functions is recursive, etc.), although you shouldn't rely on the compiler wisdom with respect to this subject and happily prefix inline to every function. So, choose carefully what functions you decide to declare as inline.

Joaquín M López Muñoz
Telefónica, Investigación y Desarrollo
GeneralRe: Inline functions performance. Pin
Marc Clifton16-Oct-02 11:28
mvaMarc Clifton16-Oct-02 11:28 
QuestionHeap Fragmentation? Pin
Member 1035854716-Oct-02 10:28
Member 1035854716-Oct-02 10:28 
AnswerRe: Heap Fragmentation? Pin
Pavel Klocek16-Oct-02 19:26
Pavel Klocek16-Oct-02 19:26 
AnswerRe: Heap Fragmentation? Pin
Tomasz Sowinski16-Oct-02 23:40
Tomasz Sowinski16-Oct-02 23:40 
GeneralCallback and Assembly Pin
S van Leent16-Oct-02 10:16
S van Leent16-Oct-02 10:16 
GeneralRe: Callback and Assembly Pin
Paul M Watt16-Oct-02 10:41
mentorPaul M Watt16-Oct-02 10:41 
GeneralRe: Callback and Assembly Pin
S van Leent16-Oct-02 10:42
S van Leent16-Oct-02 10:42 
GeneralRe: Callback and Assembly Pin
Joaquín M López Muñoz16-Oct-02 12:00
Joaquín M López Muñoz16-Oct-02 12:00 
GeneralRe: Callback and Assembly Pin
S van Leent16-Oct-02 20:57
S van Leent16-Oct-02 20:57 
GeneralShortcut making .ini behaving abnormally Pin
insanely42016-Oct-02 9:56
insanely42016-Oct-02 9:56 
GeneralRe: Shortcut making .ini behaving abnormally Pin
Joaquín M López Muñoz16-Oct-02 11:27
Joaquín M López Muñoz16-Oct-02 11:27 
GeneralRe: Shortcut making .ini behaving abnormally Pin
Daniel Ferguson16-Oct-02 14:34
Daniel Ferguson16-Oct-02 14:34 
GeneralRe: Shortcut making .ini behaving abnormally Pin
insanely42016-Oct-02 22:59
insanely42016-Oct-02 22:59 
QuestionOpenDocumentFile() readonly?? Pin
brianwelsch16-Oct-02 9:46
brianwelsch16-Oct-02 9:46 
AnswerRe: OpenDocumentFile() readonly?? Pin
Anonymous16-Oct-02 12:06
Anonymous16-Oct-02 12:06 
GeneralRe: OpenDocumentFile() readonly?? Pin
brianwelsch17-Oct-02 2:41
brianwelsch17-Oct-02 2:41 
GeneralProblem Installer (c++.net) Pin
AnTri16-Oct-02 9:36
AnTri16-Oct-02 9:36 

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.