Click here to Skip to main content
15,900,906 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: ListBoxes and the magic of VKeyToItem() Pin
Ravi Bhavnani6-Nov-01 11:15
professionalRavi Bhavnani6-Nov-01 11:15 
GeneralRe: ListBoxes and the magic of VKeyToItem() Pin
Andrew Stampor6-Nov-01 11:26
Andrew Stampor6-Nov-01 11:26 
GeneralSetCapture hell Pin
Christian Graus6-Nov-01 10:41
protectorChristian Graus6-Nov-01 10:41 
GeneralRe: SetCapture hell Pin
Andrew Peace6-Nov-01 13:27
Andrew Peace6-Nov-01 13:27 
GeneralRe: SetCapture hell Pin
Jon Hulatt6-Nov-01 22:16
Jon Hulatt6-Nov-01 22:16 
Generalbrowser Pin
6-Nov-01 9:45
suss6-Nov-01 9:45 
General#include "everything.h" Pin
Jamie Hale6-Nov-01 9:18
Jamie Hale6-Nov-01 9:18 
GeneralRe: #include "everything.h" Pin
PJ Arends6-Nov-01 9:31
professionalPJ Arends6-Nov-01 9:31 
If you want to include everything.h in every cpp file, why not just include everything.h in stdafx.h (will speed up compiles). Ahh you say, "but then stdafx will get rebuilt everytime I make a change to a single header file". Yes, but then every file will be rebuilt any way.

Include only the header files you need in the cpp file, do not include extra unneed stuff, it will only slow you down. IMHO.

---
It may be that your sole purpose in life is simply to serve as a warning to others.


GeneralRe: #include "everything.h" Pin
Jamie Hale6-Nov-01 9:36
Jamie Hale6-Nov-01 9:36 
GeneralRe: #include "everything.h" Pin
DanYELL6-Nov-01 13:21
DanYELL6-Nov-01 13:21 
GeneralRe: #include "everything.h" Pin
Steen Krogsgaard6-Nov-01 22:20
Steen Krogsgaard6-Nov-01 22:20 
GeneralRe: #include "everything.h" Pin
Tomasz Sowinski7-Nov-01 0:48
Tomasz Sowinski7-Nov-01 0:48 
GeneralRe: #include "everything.h" Pin
Jamie Hale7-Nov-01 4:23
Jamie Hale7-Nov-01 4:23 
GeneralRe: #include "everything.h" Pin
Tomasz Sowinski7-Nov-01 7:19
Tomasz Sowinski7-Nov-01 7:19 
GeneralRe: #include "everything.h" Pin
Jamie Hale7-Nov-01 7:51
Jamie Hale7-Nov-01 7:51 
GeneralRe: #include "everything.h" Pin
Tomasz Sowinski7-Nov-01 8:12
Tomasz Sowinski7-Nov-01 8:12 
GeneralRe: #include "everything.h" Pin
Mukkie7-Nov-01 9:30
Mukkie7-Nov-01 9:30 
Generalread the color Pin
6-Nov-01 8:58
suss6-Nov-01 8:58 
GeneralRe: read the color Pin
Nish Nishant6-Nov-01 9:08
sitebuilderNish Nishant6-Nov-01 9:08 
GeneralRe: read the color Pin
Christian Graus6-Nov-01 10:07
protectorChristian Graus6-Nov-01 10:07 
GeneralReboot windows 95 machines Pin
RobJones6-Nov-01 8:54
RobJones6-Nov-01 8:54 
GeneralRe: Reboot windows 95 machines Pin
Nish Nishant6-Nov-01 9:01
sitebuilderNish Nishant6-Nov-01 9:01 
GeneralRe: Reboot windows 95 machines Pin
RobJones6-Nov-01 9:06
RobJones6-Nov-01 9:06 
GeneralImage Acquisition Pin
Chambers6-Nov-01 7:15
Chambers6-Nov-01 7:15 
GeneralRe: Image Acquisition Pin
Chris Losinger6-Nov-01 7:21
professionalChris Losinger6-Nov-01 7:21 

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.