|
Hi codersguru,
I'm not sure if you are still answering questions or not?
Any way here is my question:
In lessen #3 page 9 you added example of Boolean.
The third example is : Bool bFlag = 1;
Here you used "1" as Initialization while we are using Bool Only for [true or false]. Is this right we can Initialize the bool with number?
Regards
|