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
Maybe what you can do, is change for a int pointer, receive this pointer in your constructor, and change the pointer where you want :P
But it will not be the same functionnality cause it will be the pointer which is const and not anymore the value :/