Click here to Skip to main content
15,902,112 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How do I increment a char? Pin
JasonKaiser26-Oct-03 12:51
JasonKaiser26-Oct-03 12:51 
GeneralRe: How do I increment a char? Pin
georgiek5026-Oct-03 14:07
georgiek5026-Oct-03 14:07 
GeneralCArray for GCC Pin
Sergei Yevseyev26-Oct-03 11:16
Sergei Yevseyev26-Oct-03 11:16 
GeneralRe: CArray for GCC Pin
Christian Graus26-Oct-03 13:02
protectorChristian Graus26-Oct-03 13:02 
Generalproblem with file scanning Pin
karteek26-Oct-03 6:09
karteek26-Oct-03 6:09 
GeneralRe: problem with file scanning Pin
Dominik Reichl26-Oct-03 6:59
Dominik Reichl26-Oct-03 6:59 
GeneralSize of exe file Pin
Anonymous26-Oct-03 4:55
Anonymous26-Oct-03 4:55 
GeneralRe: Size of exe file Pin
Gary R. Wheeler26-Oct-03 5:04
Gary R. Wheeler26-Oct-03 5:04 
Under Windows NT and its successors, the size of the .EXE really doesn't matter. Windows uses the processor's paging mechanism to load pages out of the .EXE as needed.

Also, unless you load your DLL's 'manually' using LoadLibrary and GetProcAddress, DLL's are loaded implicitly. This means that they essentially get loaded with you .EXE when it starts. For that reason, breaking code out into DLL's isn't going to help your startup time.

Given that your .EXE is only 1.21MB, I wouldn't bother worrying about the load time.


Software Zen: delete this;
GeneralRe: Size of exe file Pin
igor196026-Oct-03 9:57
igor196026-Oct-03 9:57 
GeneralRe: Size of exe file Pin
Gary R. Wheeler27-Oct-03 11:13
Gary R. Wheeler27-Oct-03 11:13 
GeneralArrays, heap, delete and crash again... Pin
Rickard Andersson2026-Oct-03 4:41
Rickard Andersson2026-Oct-03 4:41 
GeneralRe: Arrays, heap, delete and crash again... Pin
Gary R. Wheeler26-Oct-03 4:55
Gary R. Wheeler26-Oct-03 4:55 
GeneralRe: Arrays, heap, delete and crash again... Pin
Jörgen Sigvardsson26-Oct-03 5:31
Jörgen Sigvardsson26-Oct-03 5:31 
GeneralRe: Arrays, heap, delete and crash again... Pin
Michael Dunn26-Oct-03 6:00
sitebuilderMichael Dunn26-Oct-03 6:00 
GeneralRe: Arrays, heap, delete and crash again... Pin
Jörgen Sigvardsson26-Oct-03 6:02
Jörgen Sigvardsson26-Oct-03 6:02 
GeneralRe: Arrays, heap, delete and crash again... Pin
Michael Dunn26-Oct-03 6:51
sitebuilderMichael Dunn26-Oct-03 6:51 
GeneralRe: Arrays, heap, delete and crash again... Pin
Jörgen Sigvardsson26-Oct-03 12:07
Jörgen Sigvardsson26-Oct-03 12:07 
GeneralRe: Arrays, heap, delete and crash again... Pin
Rickard Andersson2026-Oct-03 11:55
Rickard Andersson2026-Oct-03 11:55 
GeneralRe: Arrays, heap, delete and crash again... Pin
Jörgen Sigvardsson26-Oct-03 12:05
Jörgen Sigvardsson26-Oct-03 12:05 
GeneralRe: Arrays, heap, delete and crash again... Pin
Rickard Andersson2026-Oct-03 11:53
Rickard Andersson2026-Oct-03 11:53 
GeneralCompletely and Totally OT Pin
Atlantys27-Oct-03 10:43
Atlantys27-Oct-03 10:43 
GeneralRe: Completely and Totally OT Pin
Michael Dunn27-Oct-03 12:14
sitebuilderMichael Dunn27-Oct-03 12:14 
GeneralRe: Completely and Totally OT Pin
Atlantys27-Oct-03 14:08
Atlantys27-Oct-03 14:08 
GeneralRe: Completely and Totally OT Pin
Michael Dunn27-Oct-03 14:39
sitebuilderMichael Dunn27-Oct-03 14:39 
GeneralRe: Arrays, heap, delete and crash again... Pin
Jörgen Sigvardsson26-Oct-03 5:37
Jörgen Sigvardsson26-Oct-03 5:37 

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.