Click here to Skip to main content
15,920,503 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: can one switch off the implicit inline rule? Pin
Rajesh R Subramanian14-Oct-08 3:05
professionalRajesh R Subramanian14-Oct-08 3:05 
QuestionRe: can one switch off the implicit inline rule? Pin
David Crow14-Oct-08 3:05
David Crow14-Oct-08 3:05 
AnswerRe: can one switch off the implicit inline rule? Pin
Roger Stoltz14-Oct-08 3:11
Roger Stoltz14-Oct-08 3:11 
GeneralRe: can one switch off the implicit inline rule? Pin
WernerP14-Oct-08 3:47
WernerP14-Oct-08 3:47 
GeneralRe: can one switch off the implicit inline rule? Pin
Roger Stoltz14-Oct-08 4:10
Roger Stoltz14-Oct-08 4:10 
GeneralRe: can one switch off the implicit inline rule? Pin
WernerP14-Oct-08 4:53
WernerP14-Oct-08 4:53 
AnswerRe: can one switch off the implicit inline rule? Pin
Roger Stoltz14-Oct-08 4:59
Roger Stoltz14-Oct-08 4:59 
GeneralRe: can one switch off the implicit inline rule? Pin
WernerP14-Oct-08 5:14
WernerP14-Oct-08 5:14 
I will do that. Thank you. Maybe I misunderstood the definition of implicit inline? I understood, that if a function is defined like that

class A
{
     void someFunc()
     {
          // code
     }
}


this is equivalent to

inline void A::someFunc()
{
     // code
}


and I want it to be equivalent just to

void A::someFunc()
{
     // code
}


Best regards
Werner
GeneralRe: can one switch off the implicit inline rule? [modified] Pin
Rajesh R Subramanian14-Oct-08 5:16
professionalRajesh R Subramanian14-Oct-08 5:16 
GeneralRe: can one switch off the implicit inline rule? Pin
WernerP14-Oct-08 6:02
WernerP14-Oct-08 6:02 
GeneralRe: can one switch off the implicit inline rule? Pin
Rajesh R Subramanian14-Oct-08 21:01
professionalRajesh R Subramanian14-Oct-08 21:01 
AnswerRe: can one switch off the implicit inline rule? Pin
toxcct14-Oct-08 3:35
toxcct14-Oct-08 3:35 
GeneralRe: can one switch off the implicit inline rule? Pin
CPallini14-Oct-08 3:39
mveCPallini14-Oct-08 3:39 
GeneralRe: can one switch off the implicit inline rule? Pin
WernerP14-Oct-08 4:05
WernerP14-Oct-08 4:05 
GeneralRe: can one switch off the implicit inline rule? Pin
David Crow14-Oct-08 4:23
David Crow14-Oct-08 4:23 
GeneralRe: can one switch off the implicit inline rule? Pin
Roger Stoltz14-Oct-08 4:35
Roger Stoltz14-Oct-08 4:35 
GeneralRe: can one switch off the implicit inline rule? Pin
WernerP14-Oct-08 4:46
WernerP14-Oct-08 4:46 
QuestionFolderDialog open folder/file [modified] Pin
NewVC++14-Oct-08 0:53
NewVC++14-Oct-08 0:53 
AnswerRe: FolderDialog open folder/file Pin
Rajesh R Subramanian14-Oct-08 0:55
professionalRajesh R Subramanian14-Oct-08 0:55 
GeneralRe: FolderDialog open folder/file Pin
NewVC++14-Oct-08 1:11
NewVC++14-Oct-08 1:11 
GeneralRe: FolderDialog open folder/file Pin
Rajesh R Subramanian14-Oct-08 1:16
professionalRajesh R Subramanian14-Oct-08 1:16 
GeneralRe: FolderDialog open folder/file Pin
NewVC++14-Oct-08 1:23
NewVC++14-Oct-08 1:23 
GeneralRe: FolderDialog open folder/file Pin
Rajesh R Subramanian14-Oct-08 1:37
professionalRajesh R Subramanian14-Oct-08 1:37 
GeneralRe: FolderDialog open folder/file Pin
NewVC++14-Oct-08 2:52
NewVC++14-Oct-08 2:52 
GeneralRe: FolderDialog open folder/file Pin
Rajesh R Subramanian14-Oct-08 2:54
professionalRajesh R Subramanian14-Oct-08 2:54 

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.