static_test.cpp:29: error: extra qualification ‘stack::’ on member ‘stack_count’
static_test.cpp:29: error: ISO C++ forbids initialization of member ‘stack_count’
static_test.cpp:29: error: making ‘stack_count’ static
static_test.cpp:29: error: ISO C++ forbids in-class initialization of non-conststatic member ‘stack_count’
static_test.cpp:29: error: declaration of ‘int stack::stack_count’
static_test.cpp:9: error: conflicts with previous declaration ‘int stack::stack_count’