class X { static const int x = 99; // ... }; #### class X { static const int x; // ... }; const int X::x = 99;