Click here to Skip to main content
15,912,329 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: MFC porting to MacOS X Pin
ROK_RShadow30-Mar-03 22:06
ROK_RShadow30-Mar-03 22:06 
Generalemailing information Pin
moraalg27-Mar-03 16:37
moraalg27-Mar-03 16:37 
GeneralRe: emailing information Pin
Taka Muraoka27-Mar-03 16:50
Taka Muraoka27-Mar-03 16:50 
GeneralCSplitterWnd usage in C++ Pin
krle27-Mar-03 15:41
krle27-Mar-03 15:41 
GeneralRe: CSplitterWnd usage in C++ Pin
Dave Bryant27-Mar-03 15:46
Dave Bryant27-Mar-03 15:46 
GeneralRe: CSplitterWnd usage in C++ Pin
Michael Dunn27-Mar-03 18:58
sitebuilderMichael Dunn27-Mar-03 18:58 
QuestionConst at end? Pin
wow999927-Mar-03 14:46
wow999927-Mar-03 14:46 
AnswerRe: Const at end? Pin
Tim Smith27-Mar-03 14:53
Tim Smith27-Mar-03 14:53 
When used in a class, a const at the end of a method says that the method will not modify the object. This is important for a few reasons.

1. The compiler can verify that the method doesn't actually modify the object.
2. The compiler can verify that the method doesn't call another method that might modify the object.
3. If you have a "const" pointer to an object, you can only invoke const methods on that object. (oh, mutate I think too).

Tim Smith

I'm going to patent thought. I have yet to see any prior art.
Generalabout the usage of TTM_GETTEXT message Pin
Anonymous27-Mar-03 14:42
Anonymous27-Mar-03 14:42 
QuestionWhat kind of compression libraries? Pin
catchnine27-Mar-03 14:04
catchnine27-Mar-03 14:04 
AnswerRe: What kind of compression libraries? Pin
Tim Smith27-Mar-03 14:49
Tim Smith27-Mar-03 14:49 
GeneralMFC Status Bar, Menu Questions Pin
Daniel Roerick27-Mar-03 12:13
Daniel Roerick27-Mar-03 12:13 
GeneralRe: MFC Status Bar, Menu Questions Pin
Dave Bryant27-Mar-03 14:38
Dave Bryant27-Mar-03 14:38 
GeneralRe: MFC Status Bar, Menu Questions Pin
Daniel Roerick27-Mar-03 21:23
Daniel Roerick27-Mar-03 21:23 
GeneralRe: MFC Status Bar, Menu Questions Pin
Big Art28-Mar-03 5:16
Big Art28-Mar-03 5:16 
GeneralParsing the results of an .ASP page from within VC++ Pin
jfugate27-Mar-03 11:08
jfugate27-Mar-03 11:08 
GeneralRe: Parsing the results of an .ASP page from within VC++ Pin
Dave Bryant27-Mar-03 14:34
Dave Bryant27-Mar-03 14:34 
GeneralRe: Parsing the results of an .ASP page from within VC++ Pin
jfugate28-Mar-03 3:11
jfugate28-Mar-03 3:11 
QuestionChanging an Edit boxes height? Pin
jimNLX27-Mar-03 10:51
jimNLX27-Mar-03 10:51 
AnswerRe: Changing an Edit boxes height? Pin
valikac27-Mar-03 13:57
valikac27-Mar-03 13:57 
GeneralRe: Changing an Edit boxes height? Pin
jimNLX28-Mar-03 4:04
jimNLX28-Mar-03 4:04 
GeneralRe: Changing an Edit boxes height? Pin
valikac28-Mar-03 4:48
valikac28-Mar-03 4:48 
GeneralOpening File Through C++ Pin
MKlucher27-Mar-03 10:18
MKlucher27-Mar-03 10:18 
GeneralRe: Opening File Through C++ Pin
Chris Losinger27-Mar-03 10:22
professionalChris Losinger27-Mar-03 10:22 
GeneralRe: Opening File Through C++ Pin
Dave Bryant27-Mar-03 10:40
Dave Bryant27-Mar-03 10:40 

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.