Click here to Skip to main content
16,004,974 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: executing some other exe Pin
Matthias13-Apr-00 9:02
Matthias13-Apr-00 9:02 
GeneralMulriple views Pin
Manju13-Apr-00 8:50
Manju13-Apr-00 8:50 
GeneralRe: Mulriple views Pin
Wenfei Wu13-Apr-00 10:11
sussWenfei Wu13-Apr-00 10:11 
GeneralPeeK Windows message from a region( not window) Pin
Mohd Salah13-Apr-00 8:27
Mohd Salah13-Apr-00 8:27 
GeneralRe: PeeK Windows message from a region( not window) Pin
Arvind2318-Apr-00 2:08
Arvind2318-Apr-00 2:08 
GeneralScroll Bars Pin
mukesh.gupta@promap.co.uk13-Apr-00 5:48
mukesh.gupta@promap.co.uk13-Apr-00 5:48 
GeneralLarge Projects Pin
kempus12-Apr-00 4:24
kempus12-Apr-00 4:24 
GeneralRe: Large Projects Pin
Paul Wolfensberger18-Apr-00 15:06
Paul Wolfensberger18-Apr-00 15:06 
The Holy Trinity of large projects!!

Here is the best single suggestion I can make: Avoid including headers within headers....I made this mistake with my first large C++ project, and as time went on I realized that any change I made to a header (like adding a new method) had the potential to cause recompiles across the application.

To support this, you'll need to replace the member variable object definitions within your classes with pointer or reference members.


GeneralCDocument & CDialog Pin
John12-Apr-00 2:49
John12-Apr-00 2:49 
GeneralRe: CDocument & CDialog Pin
Bill Carter13-Apr-00 5:52
Bill Carter13-Apr-00 5:52 
GeneralHigh speed animation and tearing Pin
Chris Hafey11-Apr-00 17:24
Chris Hafey11-Apr-00 17:24 
GeneralDIBSection Use Pin
Mike11-Apr-00 12:32
Mike11-Apr-00 12:32 
GeneralViewing AVI File As Splash Screen Pin
dharris11-Apr-00 11:24
dharris11-Apr-00 11:24 
GeneralRe: Viewing AVI File As Splash Screen Pin
Member 456313-Apr-00 4:38
Member 456313-Apr-00 4:38 
GeneralListCtrl with multiline entries Pin
Chris Vischer11-Apr-00 7:44
Chris Vischer11-Apr-00 7:44 
GeneralToolbar in a DialogBar Pin
Member 426411-Apr-00 1:12
Member 426411-Apr-00 1:12 
GeneralAdd on in IE 4 & 5.x Pin
Member 237510-Apr-00 17:40
Member 237510-Apr-00 17:40 
GeneralRe: Add on in IE 4 & 5.x Pin
Erik Thompson11-Apr-00 9:43
sitebuilderErik Thompson11-Apr-00 9:43 
Generalstd string/wstring and DLL Pin
Paul Selormey10-Apr-00 14:42
Paul Selormey10-Apr-00 14:42 
GeneralRe: std string/wstring and DLL Pin
Member 105412-Apr-00 1:29
Member 105412-Apr-00 1:29 
GeneralRe: std string/wstring and DLL Pin
Paul Selormey14-Apr-00 17:12
Paul Selormey14-Apr-00 17:12 
QuestionHow to change background color of the "Group Box"? Pin
jame10-Apr-00 14:28
jame10-Apr-00 14:28 
AnswerRe: How to change background color of the Pin
Member 105411-Apr-00 1:59
Member 105411-Apr-00 1:59 
AnswerRe: How to change background color of the Pin
Member 105411-Apr-00 2:01
Member 105411-Apr-00 2:01 
AnswerRe: How to change background color of the Pin
Member 105411-Apr-00 2:01
Member 105411-Apr-00 2:01 

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.