Click here to Skip to main content
15,914,642 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralDynamically compiling files into a new EXE Pin
Ambit5-Sep-02 2:26
Ambit5-Sep-02 2:26 
GeneralRe: Dynamically compiling files into a new EXE Pin
Stephane Rodriguez.5-Sep-02 2:40
Stephane Rodriguez.5-Sep-02 2:40 
GeneralRe: Dynamically compiling files into a new EXE Pin
Ambit5-Sep-02 4:24
Ambit5-Sep-02 4:24 
GeneralRe: Dynamically compiling files into a new EXE Pin
Stephane Rodriguez.5-Sep-02 4:43
Stephane Rodriguez.5-Sep-02 4:43 
GeneralA C++ related question Pin
5-Sep-02 1:59
suss5-Sep-02 1:59 
GeneralRe: A C++ related question Pin
Tomasz Sowinski5-Sep-02 2:16
Tomasz Sowinski5-Sep-02 2:16 
GeneralRe: A C++ related question Pin
56789012345-Sep-02 2:17
56789012345-Sep-02 2:17 
GeneralRe: A C++ related question Pin
Gary R. Wheeler5-Sep-02 2:29
Gary R. Wheeler5-Sep-02 2:29 
Under Windows (at least NT/2000/XP; I don't know about 9x/ME), the program's working set (the memory committed to the application) wouldn't grow until the function that had the large local variables was called. At that point, if there was insufficient memory allocated to the stack, Windows would allocate more until it was of sufficient size. After the function returned, the extra space would be left in the stack. I don't know if or when Windows would release that memory for other use.

Gary R. Wheeler

GeneralSending mail using ShellExecute Pin
Jawache5-Sep-02 1:50
Jawache5-Sep-02 1:50 
GeneralRe: Sending mail using ShellExecute Pin
Jeremy Falcon5-Sep-02 4:00
professionalJeremy Falcon5-Sep-02 4:00 
GeneralRe: Sending mail using ShellExecute Pin
David Salter5-Sep-02 6:42
David Salter5-Sep-02 6:42 
GeneralSending email via console app Pin
Anonymous5-Sep-02 1:45
Anonymous5-Sep-02 1:45 
GeneralRe: Sending email via console app Pin
Stephane Rodriguez.5-Sep-02 1:59
Stephane Rodriguez.5-Sep-02 1:59 
GeneralRe: Sending email via console app Pin
Anonymous5-Sep-02 2:04
Anonymous5-Sep-02 2:04 
GeneralRe: Sending email via console app Pin
Stephane Rodriguez.5-Sep-02 2:26
Stephane Rodriguez.5-Sep-02 2:26 
GeneralShell Extension Uninstall Pin
mynab5-Sep-02 1:41
mynab5-Sep-02 1:41 
QuestionWhat are the differences bewteen ... Pin
chen5-Sep-02 0:45
chen5-Sep-02 0:45 
AnswerRe: What are the differences bewteen ... Pin
Jeremy Falcon5-Sep-02 4:06
professionalJeremy Falcon5-Sep-02 4:06 
QuestionWhich is best, BCGControlBar or Xtreme Toolkit? Pin
fhchina5-Sep-02 0:35
fhchina5-Sep-02 0:35 
AnswerRe: Which is best, BCGControlBar or Xtreme Toolkit? Pin
Roger Allen5-Sep-02 2:15
Roger Allen5-Sep-02 2:15 
GeneralRe: Which is best, BCGControlBar or Xtreme Toolkit? Pin
fhchina5-Sep-02 6:01
fhchina5-Sep-02 6:01 
AnswerRe: Which is best, BCGControlBar or Xtreme Toolkit? Pin
Alexandru Savescu5-Sep-02 23:13
Alexandru Savescu5-Sep-02 23:13 
GeneralSaving contents of a View Pin
Jawache5-Sep-02 0:22
Jawache5-Sep-02 0:22 
GeneralRe: Saving contents of a View Pin
JHAKAS23-Mar-04 2:35
JHAKAS23-Mar-04 2:35 
GeneralOffice Automation example, tutorials !!! Pin
Hadi Rezaee5-Sep-02 0:08
Hadi Rezaee5-Sep-02 0:08 

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.