Click here to Skip to main content
15,907,395 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionIs it possible to make an application to show a modeless dialog and wait there(without executing the next statement) until the modeless dialog is closed Pin
manoharbalu10-Jun-11 19:54
manoharbalu10-Jun-11 19:54 
AnswerRe: Is it possible to make an application to show a modeless dialog and wait there(without executing the next statement) until the modeless dialog is closed Pin
Richard MacCutchan10-Jun-11 22:53
mveRichard MacCutchan10-Jun-11 22:53 
QuestionHow to disable a button control in a modal dialog Pin
manoharbalu10-Jun-11 19:51
manoharbalu10-Jun-11 19:51 
AnswerRe: How to disable a button control in a modal dialog Pin
Richard MacCutchan10-Jun-11 22:52
mveRichard MacCutchan10-Jun-11 22:52 
AnswerRe: How to disable a button control in a modal dialog Pin
Albert Holguin12-Jun-11 17:13
professionalAlbert Holguin12-Jun-11 17:13 
QuestionGantt chart Pin
Jokcy10-Jun-11 16:22
Jokcy10-Jun-11 16:22 
AnswerRe: Gantt chart Pin
Richard MacCutchan10-Jun-11 22:50
mveRichard MacCutchan10-Jun-11 22:50 
GeneralRe: Gantt chart Pin
Jokcy17-Jun-11 2:56
Jokcy17-Jun-11 2:56 
AnswerRe: Gantt chart Pin
Cedric Moonen13-Jun-11 0:02
Cedric Moonen13-Jun-11 0:02 
GeneralRe: Gantt chart Pin
Jokcy17-Jun-11 2:55
Jokcy17-Jun-11 2:55 
AnswerRe: Gantt chart Pin
ThatsAlok13-Jun-11 20:51
ThatsAlok13-Jun-11 20:51 
GeneralRe: Gantt chart Pin
Jokcy17-Jun-11 2:58
Jokcy17-Jun-11 2:58 
Question[Win32]Scroll bitmap Pin
Member 296547110-Jun-11 12:47
Member 296547110-Jun-11 12:47 
AnswerRe: [Win32]Scroll bitmap Pin
Mark Salsbery10-Jun-11 16:44
Mark Salsbery10-Jun-11 16:44 
Question[Win32] Threads communication Pin
Member 296547110-Jun-11 12:45
Member 296547110-Jun-11 12:45 
AnswerRe: [Win32] Threads communication Pin
Albert Holguin10-Jun-11 13:31
professionalAlbert Holguin10-Jun-11 13:31 
AnswerRe: [Win32] Threads communication Pin
lijiantao11-Jun-11 5:32
lijiantao11-Jun-11 5:32 
QuestionMFC Multiple document types in SDI application Pin
Mattias G10-Jun-11 0:55
Mattias G10-Jun-11 0:55 
QuestionDebugging application minidump using windbg Pin
Prasann Mayekar9-Jun-11 23:04
Prasann Mayekar9-Jun-11 23:04 
AnswerRe: Debugging application minidump using windbg Pin
Sarath C10-Jun-11 2:27
Sarath C10-Jun-11 2:27 
QuestionC++ expression evaluation. Pin
Sameerkumar Namdeo9-Jun-11 22:57
Sameerkumar Namdeo9-Jun-11 22:57 
AnswerRe: C++ expression evaluation. Pin
CPallini10-Jun-11 0:25
mveCPallini10-Jun-11 0:25 
AnswerRe: C++ expression evaluation. Pin
Luc Pattyn10-Jun-11 1:03
sitebuilderLuc Pattyn10-Jun-11 1:03 
AnswerRe: C++ expression evaluation. Pin
Sameerkumar Namdeo12-Jun-11 20:39
Sameerkumar Namdeo12-Jun-11 20:39 
AnswerRe: C++ expression evaluation. Pin
Niklas L12-Jun-11 21:26
Niklas L12-Jun-11 21:26 
In addition to previous replies, since the integers are automatic, i.e. allocated on the stack, which already has storage reserved, the memory footprint will not be affected if you add or remove such local variables, as it does not affect system resources. However, the stack will fill up quicker if you (or the compiler) add them.

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.