Howdy everyone.

an simple question. I declare the const like this:

const int x;
x=0;

but it failed when compiling. Could we declare the const first and valued it later ?