I have an enum type with a last item num_of_types . (that is, it will be 15, in example) I like to have a static array_of_types[num_of_types], to easily count the number of each type I create. My idea is to have: array_of_types[the_type]++;
但是,我无意宣布和开始这一静态阵列?