Hi,
I want to do something like this:
const int a = "283529";
const int b = log to base 2 of a;
and have it *at compile time*.
I want to do something like this:
const int a = "283529";
const int b = log to base 2 of a;
and have it *at compile time*.
Comment