Click here to Skip to main content
15,915,832 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Need help on subclassing windows Pin
Hesham Amin11-May-04 4:12
Hesham Amin11-May-04 4:12 
GeneralRe: Need help on subclassing windows Pin
cnurse11-May-04 13:53
cnurse11-May-04 13:53 
GeneralList control events Pin
jhorstkamp11-May-04 2:54
jhorstkamp11-May-04 2:54 
GeneralRe: List control events Pin
Monty211-May-04 3:02
Monty211-May-04 3:02 
GeneralRe: List control events Pin
Diddy11-May-04 3:11
Diddy11-May-04 3:11 
GeneralRe: List control events Pin
jhorstkamp11-May-04 8:13
jhorstkamp11-May-04 8:13 
GeneralRe: List control events Pin
Diddy26-May-04 2:46
Diddy26-May-04 2:46 
QuestionHow to make code block works faster? Pin
Kolich11-May-04 2:41
Kolich11-May-04 2:41 
I have such block:

if (a > 0)
if (a > 255) b = 255;
else b = (BYTE)a;
else b = 0;

do anyone have an idea, how to make it works faster?

Thanx.
AnswerRe: How to make code block works faster? Pin
Nitron11-May-04 2:56
Nitron11-May-04 2:56 
GeneralRe: How to make code block works faster? Pin
Kolich11-May-04 3:01
Kolich11-May-04 3:01 
GeneralRe: How to make code block works faster? Pin
Nitron11-May-04 3:09
Nitron11-May-04 3:09 
GeneralRe: How to make code block works faster? Pin
Kolich11-May-04 3:14
Kolich11-May-04 3:14 
GeneralRe: How to make code block works faster? Pin
Nitron11-May-04 3:26
Nitron11-May-04 3:26 
GeneralRe: How to make code block works faster? Pin
Kolich11-May-04 3:33
Kolich11-May-04 3:33 
GeneralRe: How to make code block works faster? Pin
toxcct11-May-04 4:51
toxcct11-May-04 4:51 
GeneralRe: How to make code block works faster? Pin
Nitron11-May-04 5:00
Nitron11-May-04 5:00 
GeneralRe: How to make code block works faster? Pin
toxcct11-May-04 5:03
toxcct11-May-04 5:03 
GeneralRe: How to make code block works faster? Pin
Nitron11-May-04 5:09
Nitron11-May-04 5:09 
GeneralRe: How to make code block works faster? Pin
toxcct11-May-04 5:14
toxcct11-May-04 5:14 
GeneralRe: How to make code block works faster? Pin
Nitron11-May-04 5:16
Nitron11-May-04 5:16 
AnswerRe: How to make code block works faster? Pin
gUrM33T11-May-04 3:02
gUrM33T11-May-04 3:02 
GeneralRe: How to make code block works faster? Pin
Kolich11-May-04 3:05
Kolich11-May-04 3:05 
GeneralRe: How to make code block works faster? Pin
gUrM33T11-May-04 3:15
gUrM33T11-May-04 3:15 
GeneralRe: How to make code block works faster? Pin
gUrM33T11-May-04 3:23
gUrM33T11-May-04 3:23 
GeneralRe: How to make code block works faster? Pin
Kolich11-May-04 3:24
Kolich11-May-04 3:24 

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.