Click here to Skip to main content
16,011,711 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how to process active window hwnd ? Pin
Christian Graus6-Nov-02 10:50
protectorChristian Graus6-Nov-02 10:50 
GeneralCPropertyPage doesn't get the focus! Pin
Daniel Strigl6-Nov-02 10:04
Daniel Strigl6-Nov-02 10:04 
GeneralRe: CPropertyPage doesn't get the focus! Pin
Anonymous6-Nov-02 13:20
Anonymous6-Nov-02 13:20 
GeneralRe: CPropertyPage doesn't get the focus! Pin
Daniel Strigl6-Nov-02 20:18
Daniel Strigl6-Nov-02 20:18 
Generalstrchr() performance versus for loop Pin
alex.barylski6-Nov-02 9:54
alex.barylski6-Nov-02 9:54 
GeneralRe: strchr() performance versus for loop Pin
Tim Smith6-Nov-02 10:09
Tim Smith6-Nov-02 10:09 
GeneralRe: strchr() performance versus for loop Pin
Daniel Turini6-Nov-02 10:06
Daniel Turini6-Nov-02 10:06 
GeneralRe: strchr() performance versus for loop Pin
Paul M Watt6-Nov-02 10:07
mentorPaul M Watt6-Nov-02 10:07 
Where will you be using this loop? If it gets called only once in a while, I would not worry about tweaking its performance because it is relatively simple loop that counts the number or return carraiges in a buffer.

However if you are going to be calling this function every time that a character is pressed that is another issue.


Build a man a fire, and he will be warm for a day
Light a man on fire, and he will be warm for the rest of his life!

GeneralRe: strchr() performance versus for loop Pin
Tim Smith6-Nov-02 10:44
Tim Smith6-Nov-02 10:44 
GeneralRe: strchr() performance versus for loop Pin
alex.barylski6-Nov-02 12:02
alex.barylski6-Nov-02 12:02 
GeneralRe: strchr() performance versus for loop Pin
alex.barylski6-Nov-02 11:52
alex.barylski6-Nov-02 11:52 
GeneralRe: strchr() performance versus for loop Pin
Tim Smith6-Nov-02 12:24
Tim Smith6-Nov-02 12:24 
GeneralRe: strchr() performance versus for loop Pin
alex.barylski6-Nov-02 13:27
alex.barylski6-Nov-02 13:27 
GeneralRe: strchr() performance versus for loop Pin
alex.barylski6-Nov-02 12:05
alex.barylski6-Nov-02 12:05 
GeneralwaveInOpen - Unresolved External Symbol ! Pin
Paddy6-Nov-02 9:41
Paddy6-Nov-02 9:41 
GeneralRe: waveInOpen - Unresolved External Symbol ! Pin
BlackSmith6-Nov-02 10:01
BlackSmith6-Nov-02 10:01 
GeneralRe: waveInOpen - Unresolved External Symbol ! Pin
Paddy6-Nov-02 10:38
Paddy6-Nov-02 10:38 
GeneralRe: waveInOpen - Unresolved External Symbol ! Pin
User 66586-Nov-02 11:22
User 66586-Nov-02 11:22 
GeneralRe: waveInOpen - Unresolved External Symbol ! Pin
Paddy6-Nov-02 12:12
Paddy6-Nov-02 12:12 
GeneralICLocate causes user breakpoint when opening a driver for drawing. Pin
Redeemer-dk6-Nov-02 9:30
Redeemer-dk6-Nov-02 9:30 
GeneralCRecordset Alternatives Pin
slacker6-Nov-02 8:44
slacker6-Nov-02 8:44 
GeneralRe: CRecordset Alternatives Pin
Pyt6-Nov-02 9:32
Pyt6-Nov-02 9:32 
GeneralRe: CRecordset Alternatives Pin
slacker6-Nov-02 9:34
slacker6-Nov-02 9:34 
GeneralRe: CRecordset Alternatives Pin
Stefan Pedersen6-Nov-02 15:54
Stefan Pedersen6-Nov-02 15:54 
QuestionCFont, Bold? Italic? How??? Pin
BlackSmith6-Nov-02 8:42
BlackSmith6-Nov-02 8:42 

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.