J
John Smith
How to define a constant with default value in a class?
I'd like to define a boolean constant, for example
const bool b = false;
Thanks
I'd like to define a boolean constant, for example
const bool b = false;
Thanks