Click here to Skip to main content
15,909,897 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
GeneralRe: Someone Enlighten Me Pin
Tomasz Sowinski25-May-01 4:03
Tomasz Sowinski25-May-01 4:03 
Inline and static are two different things. From VC++ help (which you should read before posting here):

Static:
"In C++, when modifying a data member in a class declaration, the static keyword specifies that one copy of the member is shared by all the instances of the class. When modifying a member function in a class declaration, the static keyword specifies that the function accesses only static members."

Inline:
"The inline specifier instructs the compiler to replace function calls with the code of the function body. This substitution is “inline expansion” (sometimes called “inlining”). Inline expansion alleviates the function-call overhead at the potential cost of larger code size."




Tomasz Sowinski -- http://www.shooltz.com.pl
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 
GeneralRe: Accessing control in child window Pin
25-May-01 11:46
suss25-May-01 11:46 

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.