Question #2: static member variables must be defined outside of the class for them to be used 66% on 5612 times asked
struct test { static int x; }; int test::x;