Click here to Skip to main content
15,893,668 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to fastly write huge array or list to file ? Pin
Michael_Lotfy15-Jan-07 2:44
Michael_Lotfy15-Jan-07 2:44 
AnswerRe: How to fastly write huge array or list to file ? Pin
#realJSOP15-Jan-07 3:23
mve#realJSOP15-Jan-07 3:23 
AnswerRe: How to fastly write huge array or list to file ? Pin
Joe Woodbury15-Jan-07 6:10
professionalJoe Woodbury15-Jan-07 6:10 
QuestionAre The libmysql.lib error is system specific Pin
Y_Kaushik15-Jan-07 2:40
Y_Kaushik15-Jan-07 2:40 
AnswerRe: Are The libmysql.lib error is system specific Pin
prasad_som15-Jan-07 2:53
prasad_som15-Jan-07 2:53 
QuestionShell Extensions - Vista 64 Bit Pin
Tony Teveris15-Jan-07 2:38
Tony Teveris15-Jan-07 2:38 
QuestionDLL size Pin
PatrykDabrowski15-Jan-07 2:06
PatrykDabrowski15-Jan-07 2:06 
AnswerRe: DLL size Pin
mark novak15-Jan-07 2:28
mark novak15-Jan-07 2:28 
This fascinates most programmers. Your size depends a lot on the compile settings you have. Are you statically linking into ATL? Is it a debug version? Do you have it optimized for speed or size? Are you using exception handling? All these things take up space, personally I think you've linked into the C runtime library statically, so you have /MD Multi-threaded. If you select /MD you'll link dynamically and won't have to have a copy of strcpy and what not in your application. Some people have been known to make their application really small by not using the C runtime and writing or calling the Windows equivalent of all the C runtime functions.

Hope this helps,

Mark
GeneralRe: DLL size Pin
PatrykDabrowski15-Jan-07 2:41
PatrykDabrowski15-Jan-07 2:41 
AnswerRe: DLL size Pin
#realJSOP15-Jan-07 3:25
mve#realJSOP15-Jan-07 3:25 
AnswerRe: DLL size Pin
David Crow15-Jan-07 3:28
David Crow15-Jan-07 3:28 
GeneralRe: DLL size Pin
PatrykDabrowski15-Jan-07 3:47
PatrykDabrowski15-Jan-07 3:47 
QuestionRe: DLL size Pin
David Crow15-Jan-07 3:54
David Crow15-Jan-07 3:54 
GeneralRe: DLL size Pin
PatrykDabrowski15-Jan-07 3:58
PatrykDabrowski15-Jan-07 3:58 
AnswerRe: DLL size Pin
jonny515-Jan-07 11:53
jonny515-Jan-07 11:53 
Questionneed help on VC++ 6 IDE ( begineer) Pin
Vikram.....15-Jan-07 2:02
Vikram.....15-Jan-07 2:02 
GeneralRe: need help on VC++ 6 IDE ( begineer) Pin
prasad_som15-Jan-07 2:27
prasad_som15-Jan-07 2:27 
GeneralRe: need help on VC++ 6 IDE ( begineer) Pin
Vikram.....15-Jan-07 2:34
Vikram.....15-Jan-07 2:34 
QuestionRunning Applcation Setup on PC without .Net even 'vcredist_x86.exe' installed Pin
Andy Rama15-Jan-07 1:43
Andy Rama15-Jan-07 1:43 
AnswerRe: Running Applcation Setup on PC without .Net even 'vcredist_x86.exe' installed Pin
PJ Arends15-Jan-07 9:34
professionalPJ Arends15-Jan-07 9:34 
QuestionMS VS Project from makefile...? Pin
Gadjuka15-Jan-07 0:47
Gadjuka15-Jan-07 0:47 
QuestionAuto Complete Combo box Pin
misha_grewal15-Jan-07 0:06
misha_grewal15-Jan-07 0:06 
AnswerRe: Auto Complete Combo box Pin
mark novak15-Jan-07 2:39
mark novak15-Jan-07 2:39 
QuestionHow to get handle to an application? Pin
pri_skit14-Jan-07 23:00
pri_skit14-Jan-07 23:00 
AnswerRe: How to get handle to an application? Pin
iohanson14-Jan-07 23:20
iohanson14-Jan-07 23:20 

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.