Click here to Skip to main content
15,916,692 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Debug problem with VC6 on Vista x64 Pin
Kevin 123341216-Jun-08 8:11
Kevin 123341216-Jun-08 8:11 
GeneralRe: Debug problem with VC6 on Vista x64 Pin
Hamid_RT16-Jun-08 20:09
Hamid_RT16-Jun-08 20:09 
GeneralRe: Debug problem with VC6 on Vista x64 Pin
Kevin 123341217-Jun-08 8:33
Kevin 123341217-Jun-08 8:33 
GeneralRe: Debug problem with VC6 on Vista x64 Pin
Hamid_RT17-Jun-08 22:52
Hamid_RT17-Jun-08 22:52 
GeneralRe: Debug problem with VC6 on Vista x64 Pin
Michael Dunn15-Jun-08 19:32
sitebuilderMichael Dunn15-Jun-08 19:32 
GeneralRe: Debug problem with VC6 on Vista x64 Pin
Kevin 123341216-Jun-08 8:12
Kevin 123341216-Jun-08 8:12 
Questionwhat does this mean: variable =! variable Pin
Jan Sommer13-Jun-08 9:42
Jan Sommer13-Jun-08 9:42 
AnswerRe: what does this mean: variable =! variable Pin
Chris Losinger13-Jun-08 9:52
professionalChris Losinger13-Jun-08 9:52 
bool b = false;

bool not_b_1 = !b;
bool not_b_2 =! b;

and now, not_b_1 == true and not_b_2 == true


GeneralRe: what does this mean: variable =! variable Pin
Jan Sommer13-Jun-08 10:17
Jan Sommer13-Jun-08 10:17 
AnswerRe: what does this mean: variable =! variable Pin
David Crow13-Jun-08 11:45
David Crow13-Jun-08 11:45 
AnswerRe: what does this mean: variable =! variable Pin
Eytukan13-Jun-08 21:21
Eytukan13-Jun-08 21:21 
AnswerRe: what does this mean: variable =! variable Pin
Vaclav_14-Jun-08 14:28
Vaclav_14-Jun-08 14:28 
AnswerRe: what does this mean: variable =! variable Pin
liuxianming200116-Jun-08 16:12
liuxianming200116-Jun-08 16:12 
QuestionNetJoinDomain-lm.h, lmjoin.h Pin
daavena13-Jun-08 8:12
daavena13-Jun-08 8:12 
AnswerRe: NetJoinDomain-lm.h, lmjoin.h Pin
Jijo.Raj13-Jun-08 10:19
Jijo.Raj13-Jun-08 10:19 
GeneralRe: NetJoinDomain-lm.h, lmjoin.h Pin
daavena13-Jun-08 10:46
daavena13-Jun-08 10:46 
GeneralRe: NetJoinDomain-lm.h, lmjoin.h Pin
Jijo.Raj13-Jun-08 19:45
Jijo.Raj13-Jun-08 19:45 
GeneralRe: NetJoinDomain-lm.h, lmjoin.h Pin
bob1697213-Jun-08 19:45
bob1697213-Jun-08 19:45 
GeneralRe: NetJoinDomain-lm.h, lmjoin.h Pin
daavena13-Jun-08 23:12
daavena13-Jun-08 23:12 
QuestionScroll bars Pin
Chandrasekharan P13-Jun-08 2:42
Chandrasekharan P13-Jun-08 2:42 
AnswerRe: Scroll bars Pin
Cedric Moonen13-Jun-08 3:11
Cedric Moonen13-Jun-08 3:11 
GeneralRe: Scroll bars Pin
Chandrasekharan P15-Jun-08 19:14
Chandrasekharan P15-Jun-08 19:14 
QuestionGetting cursor position in editbox and placing the text there??? Pin
VCProgrammer13-Jun-08 2:34
VCProgrammer13-Jun-08 2:34 
AnswerRe: Getting cursor position in editbox and placing the text there??? Pin
Cedric Moonen13-Jun-08 2:41
Cedric Moonen13-Jun-08 2:41 
GeneralRe: Getting cursor position in editbox and placing the text there??? Pin
VCProgrammer13-Jun-08 2:49
VCProgrammer13-Jun-08 2:49 

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.