Click here to Skip to main content
15,892,059 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionMonitoring file IO like Filemon Pin
Toubou21-Jan-07 4:25
Toubou21-Jan-07 4:25 
AnswerRe: Monitoring file IO like Filemon Pin
CPallini21-Jan-07 6:27
mveCPallini21-Jan-07 6:27 
Questiongdi+ example ? Pin
s98769021-Jan-07 4:08
s98769021-Jan-07 4:08 
AnswerRe: gdi+ example ? [modified] Pin
Mark Salsbery21-Jan-07 7:53
Mark Salsbery21-Jan-07 7:53 
AnswerRe: gdi+ example ? Pin
Mark Salsbery21-Jan-07 8:13
Mark Salsbery21-Jan-07 8:13 
AnswerRe: gdi+ example ? Pin
Hamid_RT22-Jan-07 5:46
Hamid_RT22-Jan-07 5:46 
Questionabout a = b | c | ... Pin
HOW WHAT21-Jan-07 2:50
HOW WHAT21-Jan-07 2:50 
AnswerRe: about a = b | c | ... Pin
Gary R. Wheeler21-Jan-07 3:02
Gary R. Wheeler21-Jan-07 3:02 
If the value 'b' is a single bit, then the two approaches are equivalent.

If there are multiple bits set in 'b', then they are not. (1) will be true if any of the bits in b are also set in a. (2) will be true if and only if the same bits that are set in b are also set in a.


Software Zen: delete this;

GeneralRe: about a = b | c | ... Pin
HOW WHAT21-Jan-07 3:19
HOW WHAT21-Jan-07 3:19 
GeneralRe: about a = b | c | ... Pin
Gary R. Wheeler21-Jan-07 4:28
Gary R. Wheeler21-Jan-07 4:28 
AnswerRe: about a = b | c | ... Pin
CPallini21-Jan-07 3:37
mveCPallini21-Jan-07 3:37 
GeneralRe: about a = b | c | ... Pin
HOW WHAT21-Jan-07 3:57
HOW WHAT21-Jan-07 3:57 
GeneralRe: about a = b | c | ... Pin
CPallini21-Jan-07 4:55
mveCPallini21-Jan-07 4:55 
QuestionSome basic Qs abt MFC,VC++,SDK.... Pin
Sameer_Thakur21-Jan-07 1:01
Sameer_Thakur21-Jan-07 1:01 
AnswerRe: Some basic Qs abt MFC,VC++,SDK.... Pin
CPallini21-Jan-07 2:02
mveCPallini21-Jan-07 2:02 
AnswerRe: Some basic Qs abt MFC,VC++,SDK.... Pin
Gary R. Wheeler21-Jan-07 2:59
Gary R. Wheeler21-Jan-07 2:59 
AnswerRe: Some basic Qs abt MFC,VC++,SDK.... Pin
Christian Graus21-Jan-07 9:36
protectorChristian Graus21-Jan-07 9:36 
QuestionHow to convert value to string in c? Pin
Agbaria Ahmad21-Jan-07 1:00
Agbaria Ahmad21-Jan-07 1:00 
AnswerRe: How to convert value to string in c? Pin
Dominik Reichl21-Jan-07 1:21
Dominik Reichl21-Jan-07 1:21 
QuestionHow to get SQL stored procedure output / return code Pin
neilsolent20-Jan-07 21:59
neilsolent20-Jan-07 21:59 
QuestionHow to SetEvenRowStyle in truedbgrid control in run time? Pin
liur1720-Jan-07 19:38
liur1720-Jan-07 19:38 
QuestionCtrl+Double click message Pin
Max++20-Jan-07 14:39
Max++20-Jan-07 14:39 
AnswerRe: Ctrl+Double click message Pin
PJ Arends20-Jan-07 19:22
professionalPJ Arends20-Jan-07 19:22 
AnswerRe: Ctrl+Double click message Pin
prasad_som21-Jan-07 1:36
prasad_som21-Jan-07 1:36 
AnswerRe: Ctrl+Double click message Pin
prasad_som21-Jan-07 1:32
prasad_som21-Jan-07 1:32 

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.