I have a class and want to create a const int variable but the value for the variable is not available to me in constructor of the class.
In initialization method of the
I think I need to change the design and I should calculate the (or get) the const variables value at constructor any how. As there is no way I can set it's value later.