Click here to Skip to main content
15,889,992 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: Group Box won't group Pin
Garth J Lancaster24-Aug-13 16:14
professionalGarth J Lancaster24-Aug-13 16:14 
AnswerRe: Group Box won't group Pin
yusif muffed ektilat25-Aug-13 9:15
professionalyusif muffed ektilat25-Aug-13 9:15 
GeneralRe: Group Box won't group Pin
bkelly1325-Aug-13 9:42
bkelly1325-Aug-13 9:42 
AnswerRe: Group Box won't group Pin
pasztorpisti25-Aug-13 14:30
pasztorpisti25-Aug-13 14:30 
AnswerRe: Group Box won't group Pin
H.Brydon19-Sep-13 20:39
professionalH.Brydon19-Sep-13 20:39 
AnswerRe: Group Box won't group Pin
JasMineLeaf25-Sep-13 18:00
JasMineLeaf25-Sep-13 18:00 
QuestionChanging Title of an SDI appliction Pin
puneit4u12-Aug-13 10:43
puneit4u12-Aug-13 10:43 
AnswerRe: Changing Title of an SDI appliction Pin
Richard MacCutchan12-Aug-13 20:43
mveRichard MacCutchan12-Aug-13 20:43 
GeneralRe: Changing Title of an SDI appliction Pin
puneit4u14-Aug-13 19:40
puneit4u14-Aug-13 19:40 
GeneralRe: Changing Title of an SDI appliction Pin
Richard MacCutchan14-Aug-13 20:40
mveRichard MacCutchan14-Aug-13 20:40 
GeneralRe: Changing Title of an SDI appliction Pin
H.Brydon19-Sep-13 20:41
professionalH.Brydon19-Sep-13 20:41 
Questiontrouble with a safe array of variants Pin
jeffery c9-Aug-13 8:56
jeffery c9-Aug-13 8:56 
QuestionPassing CString Pin
bkelly1322-Jul-13 16:31
bkelly1322-Jul-13 16:31 
AnswerRe: Passing CString Pin
Richard MacCutchan22-Jul-13 20:57
mveRichard MacCutchan22-Jul-13 20:57 
AnswerRe: Passing CString Pin
pasztorpisti22-Jul-13 23:44
pasztorpisti22-Jul-13 23:44 
GeneralRe: Passing CString Pin
bkelly1323-Jul-13 16:15
bkelly1323-Jul-13 16:15 
GeneralRe: Passing CString Pin
pasztorpisti24-Jul-13 0:43
pasztorpisti24-Jul-13 0:43 
If you are interested about how optimizations work please use google. You can never expect a compiler to optimize your code at a particular code location but please don't write ugly code just to try to optimize out things prematurely. Whether to make a piece of code manually-optimized and ugly depends on a few factors: The size of the data structure you want to return, the frequency with which the function is being called,... Keep the code pretty and easy to read and optimize/uglify the critical often-executed parts. Optimization takes place periodically during development. While optimizing you find out what part of the code takes most of the execution time and you cut it off here and there. Often these codepieces are found at the most unexpected places and the biggest performance degradations happen due to algorithmic problems.
GeneralRe: Passing CString Pin
H.Brydon19-Sep-13 20:58
professionalH.Brydon19-Sep-13 20:58 
AnswerRe: Passing CString Pin
Krishnakumartg13-Aug-13 6:43
Krishnakumartg13-Aug-13 6:43 
AnswerRe: Passing CString Pin
Manoj Kumar Rai21-Aug-13 12:29
professionalManoj Kumar Rai21-Aug-13 12:29 
Questionchang folder's icon Pin
swing001016-Jul-13 0:33
swing001016-Jul-13 0:33 
QuestionCOM technology and use Pin
marisha.u12-Jul-13 9:53
marisha.u12-Jul-13 9:53 
AnswerRe: COM technology and use Pin
Richard MacCutchan12-Jul-13 22:06
mveRichard MacCutchan12-Jul-13 22:06 
AnswerRe: COM technology and use Pin
pasztorpisti13-Jul-13 7:58
pasztorpisti13-Jul-13 7:58 
GeneralRe: COM technology and use Pin
marisha.u15-Jul-13 4:31
marisha.u15-Jul-13 4:31 

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.