Click here to Skip to main content
16,008,942 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: A simple question about Enum Pin
Alvaro Mendez7-Nov-01 11:19
Alvaro Mendez7-Nov-01 11:19 
GeneralRe: A simple question about Enum Pin
Maer7277-Nov-01 18:38
Maer7277-Nov-01 18:38 
GeneralA simple question about variable Pin
Maer7276-Nov-01 18:58
Maer7276-Nov-01 18:58 
GeneralRe: A simple question about variable Pin
Bernhard6-Nov-01 20:22
Bernhard6-Nov-01 20:22 
GeneralRe: A simple question about variable Pin
Maer7277-Nov-01 18:58
Maer7277-Nov-01 18:58 
GeneralRe: A simple question about variable Pin
Nish Nishant6-Nov-01 21:31
sitebuilderNish Nishant6-Nov-01 21:31 
GeneralRe: A simple question about variable Pin
Maer7277-Nov-01 18:47
Maer7277-Nov-01 18:47 
GeneralRe: A simple question about variable Pin
Alvaro Mendez7-Nov-01 11:34
Alvaro Mendez7-Nov-01 11:34 
- Where did this sentence come from?

- It probably means that since the variable is declared "const", the compiler will know its exact value while it's compiling the file(s) that use it. Thus it can reliably use the variable for such things as allocating memory for arrays.

- Example:
const int MAX_ITEMS = 20;
Item items[MAX_ITEMS];

- Regards,
Alvaro
GeneralRe: A simple question about variable Pin
Maer7277-Nov-01 19:00
Maer7277-Nov-01 19:00 
GeneralRe: A simple question about variable Pin
Maer7277-Nov-01 20:18
Maer7277-Nov-01 20:18 
GeneralAdding color text in dos based C++ Pin
6-Nov-01 17:00
suss6-Nov-01 17:00 
GeneralRe: Adding color text in dos based C++ Pin
Nish Nishant6-Nov-01 21:13
sitebuilderNish Nishant6-Nov-01 21:13 
Questionany way of dynamically adding and removing pages from a CPropertySheet??? Pin
DanYELL6-Nov-01 13:15
DanYELL6-Nov-01 13:15 
AnswerRe: any way of dynamically adding and removing pages from a CPropertySheet??? Pin
Mike Burston6-Nov-01 17:04
Mike Burston6-Nov-01 17:04 
AnswerRe: any way of dynamically adding and removing pages from a CPropertySheet??? Pin
Tomasz Sowinski7-Nov-01 1:06
Tomasz Sowinski7-Nov-01 1:06 
GeneralStartup Pin
Peter Liddle6-Nov-01 11:30
Peter Liddle6-Nov-01 11:30 
GeneralRe: Startup Pin
Ravi Bhavnani6-Nov-01 11:42
professionalRavi Bhavnani6-Nov-01 11:42 
GeneralRe: Startup Pin
Anders Molin6-Nov-01 11:46
professionalAnders Molin6-Nov-01 11:46 
GeneralRe: Startup Pin
Ravi Bhavnani6-Nov-01 12:02
professionalRavi Bhavnani6-Nov-01 12:02 
GeneralRe: Startup Pin
Christian Graus6-Nov-01 11:44
protectorChristian Graus6-Nov-01 11:44 
GeneralRe: Startup Pin
Nish Nishant6-Nov-01 21:33
sitebuilderNish Nishant6-Nov-01 21:33 
GeneralDisappearing Act Pin
Stephen Caldwell6-Nov-01 11:29
Stephen Caldwell6-Nov-01 11:29 
GeneralReappearing Act Pin
Alvaro Mendez6-Nov-01 12:17
Alvaro Mendez6-Nov-01 12:17 
QuestionCombobox list height? Pin
clintsinger6-Nov-01 11:03
clintsinger6-Nov-01 11:03 
AnswerRe: Combobox list height? Pin
Joaquín M López Muñoz6-Nov-01 12:35
Joaquín M López Muñoz6-Nov-01 12:35 

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.