I have a dlg application in which i would like to put 2 check box. For each check box there is a boolean variable, i would like to use those variables so that my app could call the right function when one of this check box is flagged.
But, when i try to compile my code i have this kind of warning message:
warning c4800:"int":forcing value to bool "true" or "false"(performance warning)
So, i don't know if it's really a big pb. Perhaps i should use another type of button as a radio button, i don't know!
Thanks in advance for your help.
jayjay
But, when i try to compile my code i have this kind of warning message:
warning c4800:"int":forcing value to bool "true" or "false"(performance warning)
So, i don't know if it's really a big pb. Perhaps i should use another type of button as a radio button, i don't know!
Thanks in advance for your help.
jayjay