To handle cases where the value of a “variable” that is initialized with a value that is not known at compile time but never changes after initialization, C++ offers a second form of constant (a const):
Cpp
my conspect of the Stroustrup C++ book. + additional C++ topics.