Click here to Skip to main content
15,887,135 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: descriptive message display Pin
_AnsHUMAN_ 25-Jul-06 18:35
_AnsHUMAN_ 25-Jul-06 18:35 
QuestionShouldn't bool be backwards? Pin
Lord Kixdemp25-Jul-06 18:10
Lord Kixdemp25-Jul-06 18:10 
AnswerRe: Shouldn't bool be backwards? Pin
Christian Graus25-Jul-06 18:54
protectorChristian Graus25-Jul-06 18:54 
AnswerRe: Shouldn't bool be backwards? Pin
Steve Echols25-Jul-06 18:57
Steve Echols25-Jul-06 18:57 
AnswerRe: Shouldn't bool be backwards? Pin
Tim Paaschen25-Jul-06 19:48
Tim Paaschen25-Jul-06 19:48 
GeneralRe: Shouldn't bool be backwards? Pin
Lord Kixdemp25-Jul-06 20:48
Lord Kixdemp25-Jul-06 20:48 
GeneralRe: Shouldn't bool be backwards? Pin
Tim Paaschen25-Jul-06 21:13
Tim Paaschen25-Jul-06 21:13 
GeneralRe: Shouldn't bool be backwards? Pin
Justin Tay25-Jul-06 21:35
Justin Tay25-Jul-06 21:35 
Actually in VB true is -1 and false is 0. (because they used bitwise AND to test for it i think)

BOOL (which is a typedef for int) should be either TRUE (1) or FALSE (0). Why are you returning int if the return type is bool? It has to do unneccesary conversions.
AnswerRe: Shouldn't bool be backwards? Pin
Michael Dunn25-Jul-06 21:46
sitebuilderMichael Dunn25-Jul-06 21:46 
AnswerRe: Shouldn't bool be backwards? Pin
David Crow27-Jul-06 2:49
David Crow27-Jul-06 2:49 
QuestionHo to Dowload File with HTP URL Pin
huutribk200125-Jul-06 18:08
huutribk200125-Jul-06 18:08 
AnswerRe: Ho to Dowload File with HTP URL Pin
Lord Kixdemp25-Jul-06 18:15
Lord Kixdemp25-Jul-06 18:15 
AnswerRe: Ho to Dowload File with HTP URL Pin
_AnsHUMAN_ 25-Jul-06 18:32
_AnsHUMAN_ 25-Jul-06 18:32 
AnswerRe: Ho to Dowload File with HTP URL Pin
Hamid_RT25-Jul-06 18:55
Hamid_RT25-Jul-06 18:55 
GeneralRe: Ho to Dowload File with HTP URL Pin
huutribk200125-Jul-06 18:58
huutribk200125-Jul-06 18:58 
GeneralRe: Ho to Dowload File with HTP URL Pin
Hamid_RT25-Jul-06 19:13
Hamid_RT25-Jul-06 19:13 
Questionhow to make check box transparent under XP sytle [modified] Pin
Xueyan25-Jul-06 17:27
Xueyan25-Jul-06 17:27 
AnswerRe: how to make check box transparent under XP sytle Pin
Hamid_RT25-Jul-06 18:53
Hamid_RT25-Jul-06 18:53 
Generalto draw graph Pin
juliejayan@gmail.com25-Jul-06 17:21
juliejayan@gmail.com25-Jul-06 17:21 
GeneralRe: to draw graph Pin
_AnsHUMAN_ 25-Jul-06 17:28
_AnsHUMAN_ 25-Jul-06 17:28 
Questionactive-x control test container Pin
With_problem25-Jul-06 17:02
With_problem25-Jul-06 17:02 
AnswerRe: active-x control test container Pin
Steve Echols25-Jul-06 19:05
Steve Echols25-Jul-06 19:05 
GeneralRe: active-x control test container Pin
With_problem25-Jul-06 19:10
With_problem25-Jul-06 19:10 
QuestionRe: active-x control test container Pin
Steve Echols25-Jul-06 19:21
Steve Echols25-Jul-06 19:21 
QuestionCase Sensitive Pin
Chatura Dilan25-Jul-06 16:48
Chatura Dilan25-Jul-06 16:48 

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.