Click here to Skip to main content
15,792,959 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Button Creation, Handling the Click event Pin
Niklas L9-Oct-11 10:43
Niklas L9-Oct-11 10:43 
GeneralRe: Button Creation, Handling the Click event Pin
jkirkerx9-Oct-11 11:30
professionaljkirkerx9-Oct-11 11:30 
GeneralRe: Button Creation, Handling the Click event Pin
jkirkerx9-Oct-11 14:19
professionaljkirkerx9-Oct-11 14:19 
AnswerRe: Button Creation, Handling the Click event Pin
«_Superman_»9-Oct-11 17:47
professional«_Superman_»9-Oct-11 17:47 
GeneralRe: Button Creation, Handling the Click event Pin
jkirkerx9-Oct-11 18:44
professionaljkirkerx9-Oct-11 18:44 
QuestionCannot add variable in MFC Class view wizard – again ( VC6.0) Pin
Vaclav_9-Oct-11 9:14
Vaclav_9-Oct-11 9:14 
AnswerRe: Cannot add variable in MFC Class view wizard – again ( VC6.0) SOLVED Pin
Vaclav_9-Oct-11 9:30
Vaclav_9-Oct-11 9:30 
QuestionC/C++ Optimization Pin
Hans Dietrich9-Oct-11 5:49
mentorHans Dietrich9-Oct-11 5:49 
In the VS IDE (C/C++ Optimization), I usually set these optimizations for Release builds:

Optimization: Maximize Speed (/O2)
Inline Function Expansion: Any suitable (/Ob2)
Enable Intrinsic Functions: Yes (/Oi)
Favor Size or Speed: Favor Fast Code (/Ot)
Omit Frame Pointers: No
Enable Fiber-safe Optimizations: No
Whole Program Optimization: No

What settings do you use?

Has anyone had any good/bad experiences with these settings?

Have you found any helpful blogs as to which settings to use?
Best wishes,
Hans


[Hans Dietrich Software]

AnswerRe: C/C++ Optimization Pin
Stephen Hewitt9-Oct-11 5:56
Stephen Hewitt9-Oct-11 5:56 
AnswerRe: C/C++ Optimization Pin
Hans Dietrich9-Oct-11 6:38
mentorHans Dietrich9-Oct-11 6:38 
GeneralRe: C/C++ Optimization Pin
«_Superman_»9-Oct-11 17:50
professional«_Superman_»9-Oct-11 17:50 
AnswerRe: C/C++ Optimization Pin
Erudite_Eric9-Oct-11 6:48
Erudite_Eric9-Oct-11 6:48 
AnswerRe: C/C++ Optimization Pin
cmk9-Oct-11 9:42
cmk9-Oct-11 9:42 
GeneralRe: C/C++ Optimization Pin
Hans Dietrich10-Oct-11 4:03
mentorHans Dietrich10-Oct-11 4:03 
GeneralRe: C/C++ Optimization Pin
Randor 10-Oct-11 14:26
professional Randor 10-Oct-11 14:26 
GeneralRe: C/C++ Optimization Pin
cmk12-Oct-11 8:06
cmk12-Oct-11 8:06 
QuestionExcel automation. How to save as *.xls with Excel 2010? Pin
Falconapollo8-Oct-11 21:09
Falconapollo8-Oct-11 21:09 
GeneralRe: Excel automation. How to save as *.xls with Excel 2010? Pin
David Crow10-Oct-11 4:31
David Crow10-Oct-11 4:31 
Questionhow to specify the compiler search path?(Visual Studio 2005) Pin
Falconapollo8-Oct-11 20:06
Falconapollo8-Oct-11 20:06 
AnswerRe: how to specify the compiler search path?(Visual Studio 2005) Pin
PJ Arends8-Oct-11 21:37
professionalPJ Arends8-Oct-11 21:37 
GeneralRe: how to specify the compiler search path?(Visual Studio 2005) Pin
Falconapollo8-Oct-11 21:40
Falconapollo8-Oct-11 21:40 
AnswerRe: how to specify the compiler search path?(Visual Studio 2005) Pin
Niklas L9-Oct-11 0:14
Niklas L9-Oct-11 0:14 
AnswerRe: how to specify the compiler search path?(Visual Studio 2005) Pin
Richard MacCutchan9-Oct-11 0:21
mveRichard MacCutchan9-Oct-11 0:21 
AnswerRe: how to specify the compiler search path?(Visual Studio 2005) Pin
Luc Pattyn9-Oct-11 0:24
sitebuilderLuc Pattyn9-Oct-11 0:24 
Questionsending SMS in C++ Pin
Hadi Dayvary8-Oct-11 10:00
Hadi Dayvary8-Oct-11 10:00 

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.