Click here to Skip to main content
15,905,028 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Odd BitBlt timings Pin
RandomMonkey29-Oct-05 10:26
RandomMonkey29-Oct-05 10:26 
GeneralRe: Odd BitBlt timings Pin
ddupre29-Oct-05 11:53
ddupre29-Oct-05 11:53 
GeneralRe: Odd BitBlt timings Pin
RandomMonkey29-Oct-05 15:00
RandomMonkey29-Oct-05 15:00 
GeneralRe: Odd BitBlt timings Pin
ddupre29-Oct-05 17:45
ddupre29-Oct-05 17:45 
GeneralA Major clue Pin
RandomMonkey29-Oct-05 19:49
RandomMonkey29-Oct-05 19:49 
GeneralRe: A Major clue Pin
RandomMonkey30-Oct-05 6:10
RandomMonkey30-Oct-05 6:10 
QuestionIP range. Help Needed Pin
Radu Sorin28-Oct-05 20:40
Radu Sorin28-Oct-05 20:40 
AnswerRe: IP range. Help Needed Pin
Ghasrfakhri29-Oct-05 0:06
Ghasrfakhri29-Oct-05 0:06 
Hi bit AND used to check if source and destination IP is in a rang.
S-IP    192.168.0.1    = 11000000.10101000.00000000.00000001<br />
D-IP1   192.168.0.2    = 11000000.10101000.00000000.00000010<br />
D-IP2   192.168.10.3   = 11000000.10101000.00001010.00000011<br />
Mask    255.255.255.0  = 11111111.11111111.11111111.00000000


S-IP  AND Mask = 11000000.10101000.00000000.00000000<br />
D-IP1 AND Mask = 11000000.10101000.00000000.00000000<br />
S-IP  AND Mask  = D-IP1 AND Mask


S-IP  AND Mask = 11000000.10101000.00000000.00000000<br />
D-IP1 AND Mask = 11000000.10101000.00001010.00000000<br />
S-IP  AND Mask <> D-IP2 AND Mask


Iman Ghasrfakhri
Questioncannot convert parameter 1 from 'CComboBox' to 'CComboBox' Pin
kevincwong28-Oct-05 19:31
kevincwong28-Oct-05 19:31 
AnswerRe: cannot convert parameter 1 from 'CComboBox' to 'CComboBox' Pin
RandomMonkey28-Oct-05 19:48
RandomMonkey28-Oct-05 19:48 
GeneralRe: cannot convert parameter 1 from 'CComboBox' to 'CComboBox' Pin
kevincwong28-Oct-05 20:10
kevincwong28-Oct-05 20:10 
QuestionSave/Open Dialog Pin
Tom Sapp28-Oct-05 17:22
Tom Sapp28-Oct-05 17:22 
AnswerRe: Save/Open Dialog Pin
RandomMonkey28-Oct-05 18:06
RandomMonkey28-Oct-05 18:06 
AnswerRe: Save/Open Dialog Pin
Gary R. Wheeler29-Oct-05 3:35
Gary R. Wheeler29-Oct-05 3:35 
QuestionWINVER and Graphics projects using glut Pin
adonisv28-Oct-05 15:40
adonisv28-Oct-05 15:40 
Questionneed help in speech recognitiion Pin
gr8coaster32928-Oct-05 13:22
gr8coaster32928-Oct-05 13:22 
AnswerRe: need help in speech recognitiion Pin
Ravi Bhavnani28-Oct-05 16:54
professionalRavi Bhavnani28-Oct-05 16:54 
QuestionRe: need help in speech recognitiion Pin
gr8coaster32929-Oct-05 7:01
gr8coaster32929-Oct-05 7:01 
AnswerRe: need help in speech recognitiion Pin
Ravi Bhavnani29-Oct-05 7:07
professionalRavi Bhavnani29-Oct-05 7:07 
Questionparallel port Pin
jama68728-Oct-05 12:57
jama68728-Oct-05 12:57 
AnswerRe: parallel port Pin
Indivara28-Oct-05 17:19
professionalIndivara28-Oct-05 17:19 
QuestionA couple of Reference Function questions Pin
j4express28-Oct-05 12:45
j4express28-Oct-05 12:45 
AnswerRe: A couple of Reference Function questions Pin
Prakash Nadar28-Oct-05 17:34
Prakash Nadar28-Oct-05 17:34 
AnswerRe: A couple of Reference Function questions Pin
ddupre28-Oct-05 22:54
ddupre28-Oct-05 22:54 
QuestionCompiling Errors Pin
RedDragon2k28-Oct-05 9:05
RedDragon2k28-Oct-05 9:05 

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.