Does it make any sense or not?
|
A boolean The integer literal Don't use integers for booleans and vice versa. They are different. Consider a variable (C++ int's and bools are somewhat convertible, but it's generally frowned upon) |
|||||||||||||||
|
|
I recommend using |
|||
|
|
|
For what? Use a boolean for a boolean; use an integer when you're counting something. |
|||
|
|
