, ( , ), . , . ( , , , . .)
:
"const double" cpp?
: ++ . , ++ 1x ( ++ 0x) auto, .
, :
vector<string> v;
vector<string>::iterator it = v.begin();
:
vector<string> v;
auto it = v.begin();
, , thos:
const double Foo::d = 42;
.
static Foo::d = 42;
.
. : ++ - : . , , . , . ... ++ 2x:/.