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

C / C++ / MFC

 
GeneralHelp wanted with memory leaks... Pin
2sky25-May-01 7:56
2sky25-May-01 7:56 
GeneralRe: Help wanted with memory leaks... Pin
Chris Meech25-May-01 8:37
Chris Meech25-May-01 8:37 
GeneralRe: Help wanted with memory leaks... Pin
2sky25-May-01 9:26
2sky25-May-01 9:26 
GeneralRe: Help wanted with memory leaks... Pin
Chris Meech25-May-01 9:40
Chris Meech25-May-01 9:40 
QuestionGray scale Vs RGB ???? Pin
mr200325-May-01 4:47
mr200325-May-01 4:47 
AnswerRe: Gray scale Vs RGB ???? Pin
Chris Losinger25-May-01 5:25
professionalChris Losinger25-May-01 5:25 
GeneralBetter RGB --> Grayscale conversion Pin
Jonathan Gilligan25-May-01 12:10
Jonathan Gilligan25-May-01 12:10 
GeneralSomeone Enlighten Me Pin
25-May-01 3:51
suss25-May-01 3:51 
Hello all,

Ok heres a question that am not sure bout.

What is that difference:

class CMyClass{
...
...

void MemberFunc1() //this is a member non-static member function, right??
{
...
}

void MemberFunc2(); //this functon is static (defined outside class), right??

inline void MemberFunc3() // this is a inline non-static??? huh???
{
....
}

inline void MemberFunc4(); // this is a inline static function???


};

what is the differnece between these? I'm really not sure, but is an inline func the same
as a non-static func??


Thanks,Confused | :confused:
GeneralRe: Someone Enlighten Me Pin
Tomasz Sowinski25-May-01 4:03
Tomasz Sowinski25-May-01 4:03 
GeneralRe: Someone Enlighten Me Pin
George Chastain25-May-01 4:50
George Chastain25-May-01 4:50 
GeneralRe: Someone Enlighten Me Pin
29-May-01 18:31
suss29-May-01 18:31 
QuestionBorderless and Resizing? Pin
25-May-01 3:45
suss25-May-01 3:45 
AnswerRe: Borderless and Resizing? Pin
25-May-01 5:20
suss25-May-01 5:20 
AnswerRe: Borderless and Resizing? Pin
Michael Dunn25-May-01 13:04
sitebuilderMichael Dunn25-May-01 13:04 
GeneralSubclassing all open/save comon dialogs Pin
25-May-01 3:38
suss25-May-01 3:38 
GeneralGetting records off IRowset Pin
Rohit25-May-01 3:12
Rohit25-May-01 3:12 
GeneralRe: Getting records off IRowset Pin
Tomasz Sowinski25-May-01 3:17
Tomasz Sowinski25-May-01 3:17 
GeneralLoading of *.gif or *.jpeg files in VC++ controls Pin
Dhanush25-May-01 3:06
professionalDhanush25-May-01 3:06 
GeneralRe: Loading of *.gif or *.jpeg files in VC++ controls Pin
Chris Losinger25-May-01 3:24
professionalChris Losinger25-May-01 3:24 
GeneralRe: Loading of *.gif or *.jpeg files in VC++ controls Pin
27-May-01 8:21
suss27-May-01 8:21 
GeneralRe: Loading of *.gif or *.jpeg files in VC++ controls Pin
29-May-01 18:40
suss29-May-01 18:40 
Generalcannot use _RecordsetPtr when importing msado15.dll Pin
Bartek25-May-01 0:41
Bartek25-May-01 0:41 
GeneralRTF-HTML parser Pin
dod_santosh25-May-01 0:35
dod_santosh25-May-01 0:35 
GeneralAccessing control in child window Pin
24-May-01 23:33
suss24-May-01 23:33 
GeneralRe: Accessing control in child window Pin
Christian Graus24-May-01 23:50
protectorChristian Graus24-May-01 23:50 

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.