Click here to Skip to main content
16,013,642 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralI try again... Pin
4-Feb-02 21:30
suss4-Feb-02 21:30 
GeneralRe: I try again... Pin
Christian Graus4-Feb-02 21:35
protectorChristian Graus4-Feb-02 21:35 
GeneralRe: I try again... Pin
Rickard Andersson204-Feb-02 22:53
Rickard Andersson204-Feb-02 22:53 
GeneralRe: I try again... Pin
Christian Graus4-Feb-02 23:03
protectorChristian Graus4-Feb-02 23:03 
GeneralRe: I try again... Pin
Rickard Andersson204-Feb-02 23:18
Rickard Andersson204-Feb-02 23:18 
GeneralRe: I try again... Pin
Christian Graus4-Feb-02 23:23
protectorChristian Graus4-Feb-02 23:23 
GeneralRe: I try again... Pin
Jon Hulatt4-Feb-02 23:19
Jon Hulatt4-Feb-02 23:19 
QuestionClass member inlining...??? Pin
alex.barylski4-Feb-02 21:15
alex.barylski4-Feb-02 21:15 
The compiler will only Inline certain functions which are defined/declared within the class structure.

So is it safe to assume the compiler will ignore inlining functions which have branching or looping or recursion...?

The reason I ask:

My member functions will not Display themselves in Classwized/view or in the auto-tool-tip windows when typing code unless I define/declare within the class structure, but a few functions would really suck if they inlined...there big(ger) and called quite a few timesOMG | :OMG:

Please someone tell me I'm right...and If theres a way i can gaurantee(spelling) a function not to inline except for defining it outside the class...?

TIA and againSmile | :)

"An expert is someone who has made all the mistakes in his or her field" - Niels Bohr
AnswerRe: Class member inlining...??? Pin
Joaquín M López Muñoz4-Feb-02 21:31
Joaquín M López Muñoz4-Feb-02 21:31 
GeneralRe: Class member inlining...??? Pin
alex.barylski4-Feb-02 21:45
alex.barylski4-Feb-02 21:45 
AnswerRe: Class member inlining...??? Pin
Rickard Andersson204-Feb-02 23:07
Rickard Andersson204-Feb-02 23:07 
GeneralRe: Class member inlining...??? Pin
Christian Graus4-Feb-02 23:26
protectorChristian Graus4-Feb-02 23:26 
GeneralRe: Class member inlining...??? Pin
alex.barylski4-Feb-02 23:51
alex.barylski4-Feb-02 23:51 
AnswerRe: Class member inlining...??? Pin
5-Feb-02 5:44
suss5-Feb-02 5:44 
AnswerRe: Class member inlining...??? Pin
Andreas Saurwein5-Feb-02 6:07
Andreas Saurwein5-Feb-02 6:07 
GeneralRe: Class member inlining...??? Pin
alex.barylski5-Feb-02 10:58
alex.barylski5-Feb-02 10:58 
AnswerRe: Class member inlining...??? Pin
Nemanja Trifunovic5-Feb-02 6:22
Nemanja Trifunovic5-Feb-02 6:22 
GeneralRe: Class member inlining...??? Pin
alex.barylski5-Feb-02 9:57
alex.barylski5-Feb-02 9:57 
GeneralHeap try/catch technique Pin
alex.barylski4-Feb-02 21:09
alex.barylski4-Feb-02 21:09 
GeneralRe: Heap try/catch technique Pin
Joaquín M López Muñoz4-Feb-02 21:36
Joaquín M López Muñoz4-Feb-02 21:36 
GeneralRe: Heap try/catch technique Pin
alex.barylski4-Feb-02 21:40
alex.barylski4-Feb-02 21:40 
GeneralRe: Heap try/catch technique Pin
Joaquín M López Muñoz4-Feb-02 22:01
Joaquín M López Muñoz4-Feb-02 22:01 
GeneralA problem with "find" operations in an application with CHtmlView Pin
AVR4-Feb-02 20:53
AVR4-Feb-02 20:53 
Generalwhen the owner window of caret is inactive Pin
AnonymousBabe@usa.net4-Feb-02 20:21
AnonymousBabe@usa.net4-Feb-02 20:21 
GeneralRe: when the owner window of caret is inactive Pin
alex.barylski4-Feb-02 20:45
alex.barylski4-Feb-02 20:45 

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.