Click here to Skip to main content
16,005,467 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: parent and child data exchange Pin
Radu Sorin18-Apr-06 0:48
Radu Sorin18-Apr-06 0:48 
QuestionScreen Capture and Getting pixels? Pin
dSolariuM16-Apr-06 5:33
dSolariuM16-Apr-06 5:33 
AnswerRe: Screen Capture and Getting pixels? Pin
Saurabh.Garg16-Apr-06 5:54
Saurabh.Garg16-Apr-06 5:54 
AnswerRe: Screen Capture and Getting pixels? Pin
Hamid_RT16-Apr-06 6:35
Hamid_RT16-Apr-06 6:35 
GeneralRe: Screen Capture and Getting pixels? Pin
dSolariuM16-Apr-06 6:59
dSolariuM16-Apr-06 6:59 
GeneralRe: Screen Capture and Getting pixels? Pin
bob1697216-Apr-06 7:36
bob1697216-Apr-06 7:36 
QuestionOptimizing Pin
hint_5416-Apr-06 4:04
hint_5416-Apr-06 4:04 
AnswerRe: Optimizing Pin
Stephen Hewitt16-Apr-06 4:56
Stephen Hewitt16-Apr-06 4:56 
The first rule is to measure first. You need to pinpoint a specific piece of code that is slower then could be and is worth the trouble of changing (you want some bang for your buck). It is a well known fact that when developers try to guess they get it wrong more times then not and you end up with code that is more confusing but not noticeably faster. This is best stated by the following oft quoted saying:
 "Premature optimization is the root of all evil"


Steve
AnswerRe: Optimizing Pin
bob1697216-Apr-06 6:39
bob1697216-Apr-06 6:39 
GeneralRe: Optimizing Pin
hint_5416-Apr-06 10:20
hint_5416-Apr-06 10:20 
GeneralRe: Optimizing Pin
bob1697217-Apr-06 5:46
bob1697217-Apr-06 5:46 
AnswerRe: Optimizing Pin
El Corazon16-Apr-06 15:30
El Corazon16-Apr-06 15:30 
QuestionBitmap pixels Pin
nikhilsai16-Apr-06 3:06
nikhilsai16-Apr-06 3:06 
AnswerRe: Bitmap pixels Pin
eli1502197916-Apr-06 3:24
eli1502197916-Apr-06 3:24 
GeneralRe: Bitmap pixels Pin
bob1697216-Apr-06 15:49
bob1697216-Apr-06 15:49 
AnswerRe: Bitmap pixels Pin
Hamid_RT16-Apr-06 6:33
Hamid_RT16-Apr-06 6:33 
AnswerRe: Bitmap pixels Pin
MANISH RASTOGI16-Apr-06 18:39
MANISH RASTOGI16-Apr-06 18:39 
Questionhow come I can not use the Release( ) methord of CComPtr? Pin
ewighell16-Apr-06 2:41
ewighell16-Apr-06 2:41 
AnswerRe: how come I can not use the Release( ) methord of CComPtr? Pin
RChin16-Apr-06 3:06
RChin16-Apr-06 3:06 
AnswerRe: how come I can not use the Release( ) methord of CComPtr? Pin
Stephen Hewitt16-Apr-06 4:21
Stephen Hewitt16-Apr-06 4:21 
AnswerRe: how come I can not use the Release( ) methord of CComPtr? Pin
ewighell16-Apr-06 15:25
ewighell16-Apr-06 15:25 
QuestionMultiple instances of a DLL Pin
Virtek16-Apr-06 2:38
Virtek16-Apr-06 2:38 
AnswerRe: Multiple instances of a DLL Pin
eli1502197916-Apr-06 3:21
eli1502197916-Apr-06 3:21 
GeneralRe: Multiple instances of a DLL Pin
Virtek16-Apr-06 4:19
Virtek16-Apr-06 4:19 
GeneralRe: Multiple instances of a DLL Pin
Michael Dunn16-Apr-06 6:14
sitebuilderMichael Dunn16-Apr-06 6:14 

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.