Click here to Skip to main content
15,913,317 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralDelta time in mSec Pin
Ravi Bhavnani12-Jun-05 6:48
professionalRavi Bhavnani12-Jun-05 6:48 
GeneralSolved! Pin
Ravi Bhavnani12-Jun-05 7:34
professionalRavi Bhavnani12-Jun-05 7:34 
GeneralAre function calls that costly? Need help optimizing Pin
Budric B.12-Jun-05 6:32
Budric B.12-Jun-05 6:32 
GeneralRe: Are function calls that costly? Need help optimizing Pin
liquid_12-Jun-05 7:35
liquid_12-Jun-05 7:35 
GeneralRe: Are function calls that costly? Need help optimizing Pin
Budric B.12-Jun-05 7:52
Budric B.12-Jun-05 7:52 
GeneralRe: Are function calls that costly? Need help optimizing Pin
squidev12-Jun-05 7:44
squidev12-Jun-05 7:44 
GeneralRe: Are function calls that costly? Need help optimizing Pin
Tom Archer12-Jun-05 13:50
Tom Archer12-Jun-05 13:50 
GeneralRe: Are function calls that costly? Need help optimizing Pin
PJ Arends12-Jun-05 17:35
professionalPJ Arends12-Jun-05 17:35 
You say your GetPixel() function. What are you doing in that function? The windows GetPixel() function is very slow to begin with, so if you are calling that one then it is no wonder your function is slow. That is why DIBSections were invented, so that one could access the pixels directly as you have done instead of relying on GetPixel(). Check out the Bitmaps section here on CP for some excellent DIBSection articles.
GeneralRe: Are function calls that costly? Need help optimizing Pin
Budric B.13-Jun-05 4:09
Budric B.13-Jun-05 4:09 
GeneralCapturing Sound Pin
Identity Undisclosed12-Jun-05 6:18
Identity Undisclosed12-Jun-05 6:18 
QuestionHow to remove the close button correctly in a rebar control? Pin
Dani10000112-Jun-05 5:08
Dani10000112-Jun-05 5:08 
QuestionWin32: IsDialog(HWND)? Pin
peterchen11-Jun-05 23:33
peterchen11-Jun-05 23:33 
AnswerRe: Win32: IsDialog(HWND)? Pin
Jack Puppy12-Jun-05 0:16
Jack Puppy12-Jun-05 0:16 
GeneralRe: Win32: IsDialog(HWND)? Pin
Jörgen Sigvardsson12-Jun-05 2:57
Jörgen Sigvardsson12-Jun-05 2:57 
GeneralRe: Win32: IsDialog(HWND)? Pin
peterchen12-Jun-05 3:49
peterchen12-Jun-05 3:49 
GeneralRe: Win32: IsDialog(HWND)? Pin
Jörgen Sigvardsson12-Jun-05 5:21
Jörgen Sigvardsson12-Jun-05 5:21 
GeneralRe: Win32: IsDialog(HWND)? Pin
Jack Puppy12-Jun-05 4:22
Jack Puppy12-Jun-05 4:22 
GeneralRe: Win32: IsDialog(HWND)? Pin
Jörgen Sigvardsson12-Jun-05 5:23
Jörgen Sigvardsson12-Jun-05 5:23 
GeneralRe: Win32: IsDialog(HWND)? Pin
Jack Puppy12-Jun-05 14:45
Jack Puppy12-Jun-05 14:45 
Generalfunction pointer on classfunctions Pin
tbrake11-Jun-05 22:45
tbrake11-Jun-05 22:45 
GeneralRe: function pointer on classfunctions Pin
toxcct11-Jun-05 22:57
toxcct11-Jun-05 22:57 
GeneralRe: function pointer on classfunctions Pin
tbrake11-Jun-05 23:18
tbrake11-Jun-05 23:18 
GeneralRe: function pointer on classfunctions Pin
toxcct11-Jun-05 23:24
toxcct11-Jun-05 23:24 
GeneralRe: function pointer on classfunctions Pin
Behzad Ebrahimi12-Jun-05 4:09
Behzad Ebrahimi12-Jun-05 4:09 
GeneralI am stuck please help me Pin
Aqueel11-Jun-05 20:57
Aqueel11-Jun-05 20:57 

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.